Shades of Yukon Gold #816C0A
Tints of Yukon Gold #816C0A
RGB
CMYK
RGB Variations
Color information
#816C0A (or 0x816C0A) is known color: Yukon Gold. HEX triplet: 81, 6C and 0A. RGB value is (129,108,10). Sum of RGB (Red+Green+Blue) = 129+108+10=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #816C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816C0A is #7E93F5. Grayscale: #676767. Windows color (decimal): -8295414 or 683137. OLE color: 683137.
HSL color Cylindrical-coordinate representation of color #816C0A: hue angle of 49.41º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #816C0A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 10 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.49 |
| HSL | 49.41º | 0.86% | 0.27% | - |
| HSV(B) | 49.41º | 0.92% | 0.51% | - |
| XYZ | 14.47 | 15.41 | 2.5 | - |
| YUV | 103.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 10 | 0 | 0.16 | 0.92 | 0.49 | 49.41 | 0.86 | 0.27 |
| Hex | 81 | 6C | A | 0 | 10 | 5C | 31 | 31 | 56 | 1B |
| Octal | 201 | 154 | 12 | 0 | 20 | 134 | 61 | 61 | 126 | 33 |
| Binary | 10000001 | 1101100 | 1010 | 0 | 10000 | 1011100 | 110001 | 110001 | 1010110 | 11011 |
Color Harmonies of #816C0A
Complementary color
Monochromatic Colors of #816C0A
Black with #816C0A
Text Example
Text Example
White with #816C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C0A; }
p { color: rgb(129,108,10); }
H1.HeaderClassName
{
color: #816C0A;
}
.AnyTagClassName
{
color: #816C0A;
}
</style>
background-color css
<style>
a { background-color: #816C0A; }
a { background-color: rgb(129,108,10); }
div.DivClassName
{
background-color: #816C0A;
}
.BgClassName
{
background-color: #816C0A;
}
</style>
border-color css
<style>
span { border-color: #816C0A; }
span { border-color: rgb(129,108,10); }
td.TdClassName
{
border-color: #816C0A;
}
.TagClassName
{
border-color: #816C0A;
}
</style>