Shades of Yukon Gold #816E2A
Tints of Yukon Gold #816E2A
RGB
CMYK
RGB Variations
Color information
#816E2A (or 0x816E2A) is known color: Yukon Gold. HEX triplet: 81, 6E and 2A. RGB value is (129,110,42). Sum of RGB (Red+Green+Blue) = 129+110+42=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #816E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E2A is #7E91D5. Grayscale: #6C6C6C. Windows color (decimal): -8294870 or 2780801. OLE color: 2780801.
HSL color Cylindrical-coordinate representation of color #816E2A: hue angle of 46.9º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #816E2A is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 42 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.49 |
| HSL | 46.9º | 0.51% | 0.34% | - |
| HSV(B) | 46.9º | 0.67% | 0.51% | - |
| XYZ | 15.05 | 15.99 | 4.48 | - |
| YUV | 107.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 42 | 0 | 0.15 | 0.67 | 0.49 | 46.9 | 0.51 | 0.34 |
| Hex | 81 | 6E | 2A | 0 | F | 43 | 31 | 2F | 33 | 22 |
| Octal | 201 | 156 | 52 | 0 | 17 | 103 | 61 | 57 | 63 | 42 |
| Binary | 10000001 | 1101110 | 101010 | 0 | 1111 | 1000011 | 110001 | 101111 | 110011 | 100010 |
Color Harmonies of #816E2A
Complementary color
Monochromatic Colors of #816E2A
Black with #816E2A
Text Example
Text Example
White with #816E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E2A; }
p { color: rgb(129,110,42); }
H1.HeaderClassName
{
color: #816E2A;
}
.AnyTagClassName
{
color: #816E2A;
}
</style>
background-color css
<style>
a { background-color: #816E2A; }
a { background-color: rgb(129,110,42); }
div.DivClassName
{
background-color: #816E2A;
}
.BgClassName
{
background-color: #816E2A;
}
</style>
border-color css
<style>
span { border-color: #816E2A; }
span { border-color: rgb(129,110,42); }
td.TdClassName
{
border-color: #816E2A;
}
.TagClassName
{
border-color: #816E2A;
}
</style>