#816009

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

Shades of Yukon Gold #816009

Tints of Yukon Gold #816009

Color information

#816009 (or 0x816009) is unknown color: approx Yukon Gold. HEX triplet: 81, 60 and 09. RGB value is (129,96,9). Sum of RGB (Red+Green+Blue) = 129+96+9=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #816009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816009 is #7E9FF6. Grayscale: #606060. Windows color (decimal): -8298487 or 614529. OLE color: 614529.

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

Color convert

RGB129969-
CMYK00.260.930.49
HSL43.5º86.96%27.06%-
HSV(B)43.5º93.02%50.59%-
XYZ13.2913.052.08-
YUV95.9578.93151.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=55.13%
G=41.03%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12996900.260.930.4943.586.9627.06
Hex8160901A5D312c571b
Octal20114011032135615412733
Binary10000001110000010010110101011101110001101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816009; }

 p { color: rgb(129,96,9); }

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

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

 a { background-color: rgb(129,96,9); }

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

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

 span { border-color: rgb(129,96,9); }

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