#867522

Color #867522 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #867522

Tints of Yukon Gold #867522

Color information

#867522 (or 0x867522) is unknown color: approx Yukon Gold. HEX triplet: 86, 75 and 22. RGB value is (134,117,34). Sum of RGB (Red+Green+Blue) = 134+117+34=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #867522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867522 is #798ADD. Grayscale: #707070. Windows color (decimal): -7965406 or 2258310. OLE color: 2258310.

HSL color Cylindrical-coordinate representation of color #867522: hue angle of 49.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867522 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13411734-
CMYK00.130.750.47
HSL49.8º59.52%32.94%-
HSV(B)49.8º74.63%52.55%-
XYZ16.4817.914.1-
YUV112.6283.63143.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=47.02%
G=41.05%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341173400.130.750.4749.859.5232.94
Hex8675220D4B2F323c21
Octal2061654201511357627441
Binary100001101110101100010011011001011101111110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867522; }

 p { color: rgb(134,117,34); }

 H1.HeaderClassName
 {
   color: #867522;
 }
 .AnyTagClassName
 {
   color: #867522;
 }
</style>
background-color css

<style>
 a { background-color: #867522; }

 a { background-color: rgb(134,117,34); }

 div.DivClassName
 {
   background-color: #867522;
 }
 .BgClassName
 {
   background-color: #867522;
 }
</style>
border-color css

<style>
 span { border-color: #867522; }

 span { border-color: rgb(134,117,34); }

 td.TdClassName
 {
   border-color: #867522;
 }
 .TagClassName
 {
   border-color: #867522;
 }
</style>