Shades of Yukon Gold #806411
Tints of Yukon Gold #806411
RGB
CMYK
RGB Variations
Color information
#806411 (or 0x806411) is known color: Yukon Gold. HEX triplet: 80, 64 and 11. RGB value is (128,100,17). Sum of RGB (Red+Green+Blue) = 128+100+17=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #806411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806411 is #7F9BEE. Grayscale: #636363. Windows color (decimal): -8362991 or 1139840. OLE color: 1139840.
HSL color Cylindrical-coordinate representation of color #806411: hue angle of 44.86º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #806411 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 17 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.50 |
| HSL | 44.86º | 0.77% | 0.28% | - |
| HSV(B) | 44.86º | 0.87% | 0.5% | - |
| XYZ | 13.56 | 13.74 | 2.47 | - |
| YUV | 98.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 17 | 0 | 0.22 | 0.87 | 0.50 | 44.86 | 0.77 | 0.28 |
| Hex | 80 | 64 | 11 | 0 | 16 | 57 | 32 | 2D | 4D | 1C |
| Octal | 200 | 144 | 21 | 0 | 26 | 127 | 62 | 55 | 115 | 34 |
| Binary | 10000000 | 1100100 | 10001 | 0 | 10110 | 1010111 | 110010 | 101101 | 1001101 | 11100 |
Color Harmonies of #806411
Complementary color
Monochromatic Colors of #806411
Black with #806411
Text Example
Text Example
White with #806411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806411; }
p { color: rgb(128,100,17); }
H1.HeaderClassName
{
color: #806411;
}
.AnyTagClassName
{
color: #806411;
}
</style>
background-color css
<style>
a { background-color: #806411; }
a { background-color: rgb(128,100,17); }
div.DivClassName
{
background-color: #806411;
}
.BgClassName
{
background-color: #806411;
}
</style>
border-color css
<style>
span { border-color: #806411; }
span { border-color: rgb(128,100,17); }
td.TdClassName
{
border-color: #806411;
}
.TagClassName
{
border-color: #806411;
}
</style>