#856D16

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

Shades of Yukon Gold #856D16

Tints of Yukon Gold #856D16

Color information

#856D16 (or 0x856D16) is unknown color: approx Yukon Gold. HEX triplet: 85, 6D and 16. RGB value is (133,109,22). Sum of RGB (Red+Green+Blue) = 133+109+22=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #856D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D16 is #7A92E9. Grayscale: #6A6A6A. Windows color (decimal): -8033002 or 1469829. OLE color: 1469829.

HSL color Cylindrical-coordinate representation of color #856D16: hue angle of 47.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #856D16 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13310922-
CMYK00.180.830.48
HSL47.03º71.61%30.39%-
HSV(B)47.03º83.46%52.16%-
XYZ15.2915.983.04-
YUV106.2680.45147.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=50.38%
G=41.29%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331092200.180.830.4847.0371.6130.39
Hex856D1601253302f481e
Octal20515526022123605711036
Binary100001011101101101100100101010011110000101111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,22); }

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

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

 a { background-color: rgb(133,109,22); }

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

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

 span { border-color: rgb(133,109,22); }

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