Shades of Yukon Gold #816C2E
Tints of Yukon Gold #816C2E
RGB
CMYK
RGB Variations
Color information
#816C2E (or 0x816C2E) is known color: Yukon Gold. HEX triplet: 81, 6C and 2E. RGB value is (129,108,46). Sum of RGB (Red+Green+Blue) = 129+108+46=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #816C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C2E is #7E93D1. Grayscale: #6B6B6B. Windows color (decimal): -8295378 or 3042433. OLE color: 3042433.
HSL color Cylindrical-coordinate representation of color #816C2E: hue angle of 44.82º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #816C2E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 46 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.49 |
| HSL | 44.82º | 0.47% | 0.34% | - |
| HSV(B) | 44.82º | 0.64% | 0.51% | - |
| XYZ | 14.91 | 15.59 | 4.81 | - |
| YUV | 107.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 46 | 0 | 0.16 | 0.64 | 0.49 | 44.82 | 0.47 | 0.34 |
| Hex | 81 | 6C | 2E | 0 | 10 | 40 | 31 | 2D | 2F | 22 |
| Octal | 201 | 154 | 56 | 0 | 20 | 100 | 61 | 55 | 57 | 42 |
| Binary | 10000001 | 1101100 | 101110 | 0 | 10000 | 1000000 | 110001 | 101101 | 101111 | 100010 |
Color Harmonies of #816C2E
Complementary color
Monochromatic Colors of #816C2E
Black with #816C2E
Text Example
Text Example
White with #816C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C2E; }
p { color: rgb(129,108,46); }
H1.HeaderClassName
{
color: #816C2E;
}
.AnyTagClassName
{
color: #816C2E;
}
</style>
background-color css
<style>
a { background-color: #816C2E; }
a { background-color: rgb(129,108,46); }
div.DivClassName
{
background-color: #816C2E;
}
.BgClassName
{
background-color: #816C2E;
}
</style>
border-color css
<style>
span { border-color: #816C2E; }
span { border-color: rgb(129,108,46); }
td.TdClassName
{
border-color: #816C2E;
}
.TagClassName
{
border-color: #816C2E;
}
</style>