#856E22

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

Shades of Yukon Gold #856E22

Tints of Yukon Gold #856E22

Color information

#856E22 (or 0x856E22) is unknown color: approx Yukon Gold. HEX triplet: 85, 6E and 22. RGB value is (133,110,34). Sum of RGB (Red+Green+Blue) = 133+110+34=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E22 is #7A91DD. Grayscale: #6C6C6C. Windows color (decimal): -8032734 or 2256517. OLE color: 2256517.

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

Color convert

RGB13311034-
CMYK00.170.740.48
HSL46.06º59.28%32.75%-
HSV(B)46.06º74.44%52.16%-
XYZ15.5416.253.83-
YUV108.2186.12145.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 34 (13.67% from 255) = 12.27%
R=48.01%
G=39.71%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331103400.170.740.4846.0659.2832.75
Hex856E220114A302e3b21
Octal2051564202111260567341
Binary1000010111011101000100100011001010110000101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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