Shades of Yukon Gold #816F20
Tints of Yukon Gold #816F20
RGB
CMYK
RGB Variations
Color information
#816F20 (or 0x816F20) is known color: Yukon Gold. HEX triplet: 81, 6F and 20. RGB value is (129,111,32). Sum of RGB (Red+Green+Blue) = 129+111+32=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #816F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F20 is #7E90DF. Grayscale: #6B6B6B. Windows color (decimal): -8294624 or 2125697. OLE color: 2125697.
HSL color Cylindrical-coordinate representation of color #816F20: hue angle of 48.87º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #816F20 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 32 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.49 |
| HSL | 48.87º | 0.6% | 0.32% | - |
| HSV(B) | 48.87º | 0.75% | 0.51% | - |
| XYZ | 15 | 16.14 | 3.69 | - |
| YUV | 107.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 32 | 0 | 0.14 | 0.75 | 0.49 | 48.87 | 0.6 | 0.32 |
| Hex | 81 | 6F | 20 | 0 | E | 4B | 31 | 31 | 3C | 20 |
| Octal | 201 | 157 | 40 | 0 | 16 | 113 | 61 | 61 | 74 | 40 |
| Binary | 10000001 | 1101111 | 100000 | 0 | 1110 | 1001011 | 110001 | 110001 | 111100 | 100000 |
Color Harmonies of #816F20
Complementary color
Monochromatic Colors of #816F20
Black with #816F20
Text Example
Text Example
White with #816F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F20; }
p { color: rgb(129,111,32); }
H1.HeaderClassName
{
color: #816F20;
}
.AnyTagClassName
{
color: #816F20;
}
</style>
background-color css
<style>
a { background-color: #816F20; }
a { background-color: rgb(129,111,32); }
div.DivClassName
{
background-color: #816F20;
}
.BgClassName
{
background-color: #816F20;
}
</style>
border-color css
<style>
span { border-color: #816F20; }
span { border-color: rgb(129,111,32); }
td.TdClassName
{
border-color: #816F20;
}
.TagClassName
{
border-color: #816F20;
}
</style>