#815F06

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

Shades of Yukon Gold #815F06

Tints of Yukon Gold #815F06

Color information

#815F06 (or 0x815F06) is unknown color: approx Yukon Gold. HEX triplet: 81, 5F and 06. RGB value is (129,95,6). Sum of RGB (Red+Green+Blue) = 129+95+6=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #815F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815F06 is #7EA0F9. Grayscale: #5F5F5F. Windows color (decimal): -8298746 or 417665. OLE color: 417665.

HSL color Cylindrical-coordinate representation of color #815F06: hue angle of 43.41º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #815F06 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129956-
CMYK00.260.950.49
HSL43.41º91.11%26.47%-
HSV(B)43.41º95.35%50.59%-
XYZ13.1812.861.96-
YUV95.0277.76152.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=56.09%
G=41.30%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12995600.260.950.4943.4191.1126.47
Hex815F601A5F312b5b1a
Octal2011376032137615313332
Binary1000000110111111100110101011111110001101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F06; }

 p { color: rgb(129,95,6); }

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

<style>
 a { background-color: #815F06; }

 a { background-color: rgb(129,95,6); }

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

<style>
 span { border-color: #815F06; }

 span { border-color: rgb(129,95,6); }

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