#856C20

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

Shades of Yukon Gold #856C20

Tints of Yukon Gold #856C20

Color information

#856C20 (or 0x856C20) is unknown color: approx Yukon Gold. HEX triplet: 85, 6C and 20. RGB value is (133,108,32). Sum of RGB (Red+Green+Blue) = 133+108+32=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C20 is #7A93DF. Grayscale: #6B6B6B. Windows color (decimal): -8033248 or 2124933. OLE color: 2124933.

HSL color Cylindrical-coordinate representation of color #856C20: hue angle of 45.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #856C20 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB13310832-
CMYK00.190.760.48
HSL45.15º61.21%32.35%-
HSV(B)45.15º75.94%52.16%-
XYZ15.315.823.61-
YUV106.8185.78146.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=48.72%
G=39.56%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331083200.190.760.4845.1561.2132.35
Hex856C200134C302d3d20
Octal2051544002311460557540
Binary1000010111011001000000100111001100110000101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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