#856f20

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

Shades of Yukon Gold #856F20

Tints of Yukon Gold #856F20

Color information

#856F20 (or 0x856F20) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 20. RGB value is (133,111,32). Sum of RGB (Red+Green+Blue) = 133+111+32=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #856F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F20 is #7A90DF. Grayscale: #6C6C6C. Windows color (decimal): -8032480 or 2125701. OLE color: 2125701.

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

Color convert

RGB13311132-
CMYK00.170.760.48
HSL46.93º61.21%32.35%-
HSV(B)46.93º75.94%52.16%-
XYZ15.6216.463.72-
YUV108.5784.79145.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 32 (12.89% from 255) = 11.59%
R=48.19%
G=40.22%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331113200.170.760.4846.9361.2132.35
Hex856F200114C302f3d20
Octal2051574002111460577540
Binary1000010111011111000000100011001100110000101111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856f20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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