Shades of Yukon Gold #806808
Tints of Yukon Gold #806808
RGB
CMYK
RGB Variations
Color information
#806808 (or 0x806808) is known color: Yukon Gold. HEX triplet: 80, 68 and 08. RGB value is (128,104,8). Sum of RGB (Red+Green+Blue) = 128+104+8=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #806808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806808 is #7F97F7. Grayscale: #646464. Windows color (decimal): -8361976 or 551040. OLE color: 551040.
HSL color Cylindrical-coordinate representation of color #806808: hue angle of 48º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #806808 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 8 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.50 |
| HSL | 48º | 0.88% | 0.27% | - |
| HSV(B) | 48º | 0.94% | 0.5% | - |
| XYZ | 13.9 | 14.51 | 2.3 | - |
| YUV | 100.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 8 | 0 | 0.19 | 0.94 | 0.50 | 48 | 0.88 | 0.27 |
| Hex | 80 | 68 | 8 | 0 | 13 | 5E | 32 | 30 | 58 | 1B |
| Octal | 200 | 150 | 10 | 0 | 23 | 136 | 62 | 60 | 130 | 33 |
| Binary | 10000000 | 1101000 | 1000 | 0 | 10011 | 1011110 | 110010 | 110000 | 1011000 | 11011 |
Color Harmonies of #806808
Complementary color
Monochromatic Colors of #806808
Black with #806808
Text Example
Text Example
White with #806808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806808; }
p { color: rgb(128,104,8); }
H1.HeaderClassName
{
color: #806808;
}
.AnyTagClassName
{
color: #806808;
}
</style>
background-color css
<style>
a { background-color: #806808; }
a { background-color: rgb(128,104,8); }
div.DivClassName
{
background-color: #806808;
}
.BgClassName
{
background-color: #806808;
}
</style>
border-color css
<style>
span { border-color: #806808; }
span { border-color: rgb(128,104,8); }
td.TdClassName
{
border-color: #806808;
}
.TagClassName
{
border-color: #806808;
}
</style>