Shades of Yukon Gold #806412
Tints of Yukon Gold #806412
RGB
CMYK
RGB Variations
Color information
#806412 (or 0x806412) is known color: Yukon Gold. HEX triplet: 80, 64 and 12. RGB value is (128,100,18). Sum of RGB (Red+Green+Blue) = 128+100+18=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #806412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806412 is #7F9BED. Grayscale: #636363. Windows color (decimal): -8362990 or 1205376. OLE color: 1205376.
HSL color Cylindrical-coordinate representation of color #806412: hue angle of 44.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #806412 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 18 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.50 |
| HSL | 44.73º | 0.75% | 0.29% | - |
| HSV(B) | 44.73º | 0.86% | 0.5% | - |
| XYZ | 13.57 | 13.75 | 2.51 | - |
| YUV | 99.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 18 | 0 | 0.22 | 0.86 | 0.50 | 44.73 | 0.75 | 0.29 |
| Hex | 80 | 64 | 12 | 0 | 16 | 56 | 32 | 2D | 4B | 1D |
| Octal | 200 | 144 | 22 | 0 | 26 | 126 | 62 | 55 | 113 | 35 |
| Binary | 10000000 | 1100100 | 10010 | 0 | 10110 | 1010110 | 110010 | 101101 | 1001011 | 11101 |
Color Harmonies of #806412
Complementary color
Monochromatic Colors of #806412
Black with #806412
Text Example
Text Example
White with #806412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806412; }
p { color: rgb(128,100,18); }
H1.HeaderClassName
{
color: #806412;
}
.AnyTagClassName
{
color: #806412;
}
</style>
background-color css
<style>
a { background-color: #806412; }
a { background-color: rgb(128,100,18); }
div.DivClassName
{
background-color: #806412;
}
.BgClassName
{
background-color: #806412;
}
</style>
border-color css
<style>
span { border-color: #806412; }
span { border-color: rgb(128,100,18); }
td.TdClassName
{
border-color: #806412;
}
.TagClassName
{
border-color: #806412;
}
</style>