Shades of Yukon Gold #816B24
Tints of Yukon Gold #816B24
RGB
CMYK
RGB Variations
Color information
#816B24 (or 0x816B24) is known color: Yukon Gold. HEX triplet: 81, 6B and 24. RGB value is (129,107,36). Sum of RGB (Red+Green+Blue) = 129+107+36=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #816B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B24 is #7E94DB. Grayscale: #696969. Windows color (decimal): -8295644 or 2386817. OLE color: 2386817.
HSL color Cylindrical-coordinate representation of color #816B24: hue angle of 45.81º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #816B24 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 36 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.49 |
| HSL | 45.81º | 0.56% | 0.32% | - |
| HSV(B) | 45.81º | 0.72% | 0.51% | - |
| XYZ | 14.63 | 15.31 | 3.85 | - |
| YUV | 105.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 36 | 0 | 0.17 | 0.72 | 0.49 | 45.81 | 0.56 | 0.32 |
| Hex | 81 | 6B | 24 | 0 | 11 | 48 | 31 | 2E | 38 | 20 |
| Octal | 201 | 153 | 44 | 0 | 21 | 110 | 61 | 56 | 70 | 40 |
| Binary | 10000001 | 1101011 | 100100 | 0 | 10001 | 1001000 | 110001 | 101110 | 111000 | 100000 |
Color Harmonies of #816B24
Complementary color
Monochromatic Colors of #816B24
Black with #816B24
Text Example
Text Example
White with #816B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B24; }
p { color: rgb(129,107,36); }
H1.HeaderClassName
{
color: #816B24;
}
.AnyTagClassName
{
color: #816B24;
}
</style>
background-color css
<style>
a { background-color: #816B24; }
a { background-color: rgb(129,107,36); }
div.DivClassName
{
background-color: #816B24;
}
.BgClassName
{
background-color: #816B24;
}
</style>
border-color css
<style>
span { border-color: #816B24; }
span { border-color: rgb(129,107,36); }
td.TdClassName
{
border-color: #816B24;
}
.TagClassName
{
border-color: #816B24;
}
</style>