#856A0A

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

Shades of Yukon Gold #856A0A

Tints of Yukon Gold #856A0A

Color information

#856A0A (or 0x856A0A) is unknown color: approx Yukon Gold. HEX triplet: 85, 6A and 0A. RGB value is (133,106,10). Sum of RGB (Red+Green+Blue) = 133+106+10=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #856A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A0A is #7A95F5. Grayscale: #676767. Windows color (decimal): -8033782 or 682629. OLE color: 682629.

HSL color Cylindrical-coordinate representation of color #856A0A: hue angle of 46.83º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #856A0A is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13310610-
CMYK00.200.920.48
HSL46.83º86.01%28.04%-
HSV(B)46.83º92.48%52.16%-
XYZ14.8815.322.46-
YUV103.1375.45149.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=53.41%
G=42.57%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331061000.200.920.4846.8386.0128.04
Hex856AA0145C302f561c
Octal20515212024134605712634
Binary10000101110101010100101001011100110000101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,10); }

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

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

 a { background-color: rgb(133,106,10); }

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

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

 span { border-color: rgb(133,106,10); }

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