Shades of Yukon Gold #816A2A
Tints of Yukon Gold #816A2A
RGB
CMYK
RGB Variations
Color information
#816A2A (or 0x816A2A) is known color: Yukon Gold. HEX triplet: 81, 6A and 2A. RGB value is (129,106,42). Sum of RGB (Red+Green+Blue) = 129+106+42=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A2A is #7E95D5. Grayscale: #696969. Windows color (decimal): -8295894 or 2779777. OLE color: 2779777.
HSL color Cylindrical-coordinate representation of color #816A2A: hue angle of 44.14º 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 #816A2A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 106 | 42 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.49 |
| HSL | 44.14º | 0.51% | 0.34% | - |
| HSV(B) | 44.14º | 0.67% | 0.51% | - |
| XYZ | 14.63 | 15.14 | 4.34 | - |
| YUV | 105.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 42 | 0 | 0.18 | 0.67 | 0.49 | 44.14 | 0.51 | 0.34 |
| Hex | 81 | 6A | 2A | 0 | 12 | 43 | 31 | 2C | 33 | 22 |
| Octal | 201 | 152 | 52 | 0 | 22 | 103 | 61 | 54 | 63 | 42 |
| Binary | 10000001 | 1101010 | 101010 | 0 | 10010 | 1000011 | 110001 | 101100 | 110011 | 100010 |
Color Harmonies of #816A2A
Complementary color
Monochromatic Colors of #816A2A
Black with #816A2A
Text Example
Text Example
White with #816A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A2A; }
p { color: rgb(129,106,42); }
H1.HeaderClassName
{
color: #816A2A;
}
.AnyTagClassName
{
color: #816A2A;
}
</style>
background-color css
<style>
a { background-color: #816A2A; }
a { background-color: rgb(129,106,42); }
div.DivClassName
{
background-color: #816A2A;
}
.BgClassName
{
background-color: #816A2A;
}
</style>
border-color css
<style>
span { border-color: #816A2A; }
span { border-color: rgb(129,106,42); }
td.TdClassName
{
border-color: #816A2A;
}
.TagClassName
{
border-color: #816A2A;
}
</style>