#866e20

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

Shades of Yukon Gold #866E20

Tints of Yukon Gold #866E20

Color information

#866E20 (or 0x866E20) is unknown color: approx Yukon Gold. HEX triplet: 86, 6E and 20. RGB value is (134,110,32). Sum of RGB (Red+Green+Blue) = 134+110+32=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #866E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E20 is #7991DF. Grayscale: #6C6C6C. Windows color (decimal): -7967200 or 2125446. OLE color: 2125446.

HSL color Cylindrical-coordinate representation of color #866E20: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #866E20 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13411032-
CMYK00.180.760.47
HSL45.88º61.45%32.55%-
HSV(B)45.88º76.12%52.55%-
XYZ15.6716.323.69-
YUV108.2884.95146.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 32 (12.89% from 255) = 11.59%
R=48.55%
G=39.86%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341103200.180.760.4745.8861.4532.55
Hex866E200124C2F2e3d21
Octal2061564002211457567541
Binary1000011011011101000000100101001100101111101110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866e20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866e20; }

 p { color: rgb(134,110,32); }

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

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

 a { background-color: rgb(134,110,32); }

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

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

 span { border-color: rgb(134,110,32); }

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