Shades of Yukon Gold #806C09
Tints of Yukon Gold #806C09
RGB
CMYK
RGB Variations
Color information
#806C09 (or 0x806C09) is known color: Yukon Gold. HEX triplet: 80, 6C and 09. RGB value is (128,108,9). Sum of RGB (Red+Green+Blue) = 128+108+9=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #806C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C09 is #7F93F6. Grayscale: #676767. Windows color (decimal): -8360951 or 617600. OLE color: 617600.
HSL color Cylindrical-coordinate representation of color #806C09: hue angle of 49.92º 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 #806C09 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 9 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.50 |
| HSL | 49.92º | 0.87% | 0.27% | - |
| HSV(B) | 49.92º | 0.93% | 0.5% | - |
| XYZ | 14.31 | 15.33 | 2.46 | - |
| YUV | 102.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 9 | 0 | 0.16 | 0.93 | 0.50 | 49.92 | 0.87 | 0.27 |
| Hex | 80 | 6C | 9 | 0 | 10 | 5D | 32 | 32 | 57 | 1B |
| Octal | 200 | 154 | 11 | 0 | 20 | 135 | 62 | 62 | 127 | 33 |
| Binary | 10000000 | 1101100 | 1001 | 0 | 10000 | 1011101 | 110010 | 110010 | 1010111 | 11011 |
Color Harmonies of #806C09
Complementary color
Monochromatic Colors of #806C09
Black with #806C09
Text Example
Text Example
White with #806C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C09; }
p { color: rgb(128,108,9); }
H1.HeaderClassName
{
color: #806C09;
}
.AnyTagClassName
{
color: #806C09;
}
</style>
background-color css
<style>
a { background-color: #806C09; }
a { background-color: rgb(128,108,9); }
div.DivClassName
{
background-color: #806C09;
}
.BgClassName
{
background-color: #806C09;
}
</style>
border-color css
<style>
span { border-color: #806C09; }
span { border-color: rgb(128,108,9); }
td.TdClassName
{
border-color: #806C09;
}
.TagClassName
{
border-color: #806C09;
}
</style>