#856F21

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

Shades of Yukon Gold #856F21

Tints of Yukon Gold #856F21

Color information

#856F21 (or 0x856F21) is unknown color: approx Yukon Gold. HEX triplet: 85, 6F and 21. RGB value is (133,111,33). Sum of RGB (Red+Green+Blue) = 133+111+33=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F21 is #7A90DE. Grayscale: #6D6D6D. Windows color (decimal): -8032479 or 2191237. OLE color: 2191237.

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

Color convert

RGB13311133-
CMYK00.170.750.48
HSL46.8º60.24%32.55%-
HSV(B)46.8º75.19%52.16%-
XYZ15.6316.473.79-
YUV108.6985.29145.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=48.01%
G=40.07%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331113300.170.750.4846.860.2432.55
Hex856F210114B302f3c21
Octal2051574102111360577441
Binary1000010111011111000010100011001011110000101111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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