#856A05

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

Shades of Yukon Gold #856A05

Tints of Yukon Gold #856A05

Color information

#856A05 (or 0x856A05) is unknown color: approx Yukon Gold. HEX triplet: 85, 6A and 05. RGB value is (133,106,5). Sum of RGB (Red+Green+Blue) = 133+106+5=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #856A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A05 is #7A95FA. Grayscale: #666666. Windows color (decimal): -8033787 or 354949. OLE color: 354949.

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

Color convert

RGB1331065-
CMYK00.200.960.48
HSL47.34º92.75%27.06%-
HSV(B)47.34º96.24%52.16%-
XYZ14.8515.312.31-
YUV102.5672.95149.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=54.51%
G=43.44%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133106500.200.960.4847.3492.7527.06
Hex856A501460302f5d1b
Octal2051525024140605713533
Binary1000010111010101010101001100000110000101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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