#866518

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

Shades of Yukon Gold #866518

Tints of Yukon Gold #866518

Color information

#866518 (or 0x866518) is unknown color: approx Yukon Gold. HEX triplet: 86, 65 and 18. RGB value is (134,101,24). Sum of RGB (Red+Green+Blue) = 134+101+24=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #866518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866518 is #799AE7. Grayscale: #666666. Windows color (decimal): -7969512 or 1598854. OLE color: 1598854.

HSL color Cylindrical-coordinate representation of color #866518: hue angle of 42º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #866518 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13410124-
CMYK00.250.820.47
HSL42º69.62%30.98%-
HSV(B)42º82.09%52.55%-
XYZ14.6514.442.88-
YUV102.0983.93150.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=51.74%
G=39.00%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341012400.250.820.474269.6230.98
Hex866518019522F2a461f
Octal20614530031122575210637
Binary100001101100101110000110011010010101111101010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866518; }

 p { color: rgb(134,101,24); }

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

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

 a { background-color: rgb(134,101,24); }

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

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

 span { border-color: rgb(134,101,24); }

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