Shades of Yukon Gold #806F16
Tints of Yukon Gold #806F16
RGB
CMYK
RGB Variations
Color information
#806F16 (or 0x806F16) is known color: Yukon Gold. HEX triplet: 80, 6F and 16. RGB value is (128,111,22). Sum of RGB (Red+Green+Blue) = 128+111+22=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #806F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806F16 is #7F90E9. Grayscale: #6A6A6A. Windows color (decimal): -8360170 or 1470336. OLE color: 1470336.
HSL color Cylindrical-coordinate representation of color #806F16: hue angle of 50.38º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #806F16 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 22 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.50 |
| HSL | 50.38º | 0.71% | 0.29% | - |
| HSV(B) | 50.38º | 0.83% | 0.5% | - |
| XYZ | 14.73 | 16.02 | 3.07 | - |
| YUV | 105.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 22 | 0 | 0.13 | 0.83 | 0.50 | 50.38 | 0.71 | 0.29 |
| Hex | 80 | 6F | 16 | 0 | D | 53 | 32 | 32 | 47 | 1D |
| Octal | 200 | 157 | 26 | 0 | 15 | 123 | 62 | 62 | 107 | 35 |
| Binary | 10000000 | 1101111 | 10110 | 0 | 1101 | 1010011 | 110010 | 110010 | 1000111 | 11101 |
Color Harmonies of #806F16
Complementary color
Monochromatic Colors of #806F16
Black with #806F16
Text Example
Text Example
White with #806F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F16; }
p { color: rgb(128,111,22); }
H1.HeaderClassName
{
color: #806F16;
}
.AnyTagClassName
{
color: #806F16;
}
</style>
background-color css
<style>
a { background-color: #806F16; }
a { background-color: rgb(128,111,22); }
div.DivClassName
{
background-color: #806F16;
}
.BgClassName
{
background-color: #806F16;
}
</style>
border-color css
<style>
span { border-color: #806F16; }
span { border-color: rgb(128,111,22); }
td.TdClassName
{
border-color: #806F16;
}
.TagClassName
{
border-color: #806F16;
}
</style>