#856C22

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

Shades of Yukon Gold #856C22

Tints of Yukon Gold #856C22

Color information

#856C22 (or 0x856C22) is unknown color: approx Yukon Gold. HEX triplet: 85, 6C and 22. RGB value is (133,108,34). Sum of RGB (Red+Green+Blue) = 133+108+34=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C22 is #7A93DD. Grayscale: #6B6B6B. Windows color (decimal): -8033246 or 2256005. OLE color: 2256005.

HSL color Cylindrical-coordinate representation of color #856C22: hue angle of 44.85º 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 #856C22 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB13310834-
CMYK00.190.740.48
HSL44.85º59.28%32.75%-
HSV(B)44.85º74.44%52.16%-
XYZ15.3215.833.76-
YUV107.0486.78146.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=48.36%
G=39.27%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331083400.190.740.4844.8559.2832.75
Hex856C220134A302d3b21
Octal2051544202311260557341
Binary1000010111011001000100100111001010110000101101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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