Shades of Yukon Gold #816C20
Tints of Yukon Gold #816C20
RGB
CMYK
RGB Variations
Color information
#816C20 (or 0x816C20) is known color: Yukon Gold. HEX triplet: 81, 6C and 20. RGB value is (129,108,32). Sum of RGB (Red+Green+Blue) = 129+108+32=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #816C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C20 is #7E93DF. Grayscale: #696969. Windows color (decimal): -8295392 or 2124929. OLE color: 2124929.
HSL color Cylindrical-coordinate representation of color #816C20: hue angle of 47.01º 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 #816C20 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 32 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.49 |
| HSL | 47.01º | 0.6% | 0.32% | - |
| HSV(B) | 47.01º | 0.75% | 0.51% | - |
| XYZ | 14.68 | 15.5 | 3.58 | - |
| YUV | 105.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 32 | 0 | 0.16 | 0.75 | 0.49 | 47.01 | 0.6 | 0.32 |
| Hex | 81 | 6C | 20 | 0 | 10 | 4B | 31 | 2F | 3C | 20 |
| Octal | 201 | 154 | 40 | 0 | 20 | 113 | 61 | 57 | 74 | 40 |
| Binary | 10000001 | 1101100 | 100000 | 0 | 10000 | 1001011 | 110001 | 101111 | 111100 | 100000 |
Color Harmonies of #816C20
Complementary color
Monochromatic Colors of #816C20
Black with #816C20
Text Example
Text Example
White with #816C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C20; }
p { color: rgb(129,108,32); }
H1.HeaderClassName
{
color: #816C20;
}
.AnyTagClassName
{
color: #816C20;
}
</style>
background-color css
<style>
a { background-color: #816C20; }
a { background-color: rgb(129,108,32); }
div.DivClassName
{
background-color: #816C20;
}
.BgClassName
{
background-color: #816C20;
}
</style>
border-color css
<style>
span { border-color: #816C20; }
span { border-color: rgb(129,108,32); }
td.TdClassName
{
border-color: #816C20;
}
.TagClassName
{
border-color: #816C20;
}
</style>