#856E18

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

Shades of Yukon Gold #856E18

Tints of Yukon Gold #856E18

Color information

#856E18 (or 0x856E18) is unknown color: approx Yukon Gold. HEX triplet: 85, 6E and 18. RGB value is (133,110,24). Sum of RGB (Red+Green+Blue) = 133+110+24=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #856E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E18 is #7A91E7. Grayscale: #6B6B6B. Windows color (decimal): -8032744 or 1601157. OLE color: 1601157.

HSL color Cylindrical-coordinate representation of color #856E18: hue angle of 47.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #856E18 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13311024-
CMYK00.170.820.48
HSL47.34º69.43%30.78%-
HSV(B)47.34º81.95%52.16%-
XYZ15.4116.23.18-
YUV107.0781.12146.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=49.81%
G=41.20%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331102400.170.820.4847.3469.4330.78
Hex856E1801152302f451f
Octal20515630021122605710537
Binary100001011101110110000100011010010110000101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E18; }

 p { color: rgb(133,110,24); }

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

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

 a { background-color: rgb(133,110,24); }

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

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

 span { border-color: rgb(133,110,24); }

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