#806809

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

Shades of Yukon Gold #806809

Tints of Yukon Gold #806809

Color information

#806809 (or 0x806809) is unknown color: approx Yukon Gold. HEX triplet: 80, 68 and 09. RGB value is (128,104,9). Sum of RGB (Red+Green+Blue) = 128+104+9=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #806809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806809 is #7F97F6. Grayscale: #646464. Windows color (decimal): -8361975 or 616576. OLE color: 616576.

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

Color convert

RGB1281049-
CMYK00.190.930.50
HSL47.9º86.86%26.86%-
HSV(B)47.9º92.97%50.2%-
XYZ13.914.512.33-
YUV100.3576.45147.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=53.11%
G=43.15%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128104900.190.930.5047.986.8626.86
Hex806890135D3230571b
Octal20015011023135626012733
Binary10000000110100010010100111011101110010110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806809; }

 p { color: rgb(128,104,9); }

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

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

 a { background-color: rgb(128,104,9); }

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

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

 span { border-color: rgb(128,104,9); }

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