Shades of Yukon Gold #816E2B
Tints of Yukon Gold #816E2B
RGB
CMYK
RGB Variations
Color information
#816E2B (or 0x816E2B) is known color: Yukon Gold. HEX triplet: 81, 6E and 2B. RGB value is (129,110,43). Sum of RGB (Red+Green+Blue) = 129+110+43=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #816E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E2B is #7E91D4. Grayscale: #6C6C6C. Windows color (decimal): -8294869 or 2846337. OLE color: 2846337.
HSL color Cylindrical-coordinate representation of color #816E2B: hue angle of 46.74º degrees, saturation: 0.5, 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 #816E2B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 43 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.49 |
| HSL | 46.74º | 0.5% | 0.34% | - |
| HSV(B) | 46.74º | 0.67% | 0.51% | - |
| XYZ | 15.07 | 15.99 | 4.58 | - |
| YUV | 108.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 43 | 0 | 0.15 | 0.67 | 0.49 | 46.74 | 0.5 | 0.34 |
| Hex | 81 | 6E | 2B | 0 | F | 43 | 31 | 2F | 32 | 22 |
| Octal | 201 | 156 | 53 | 0 | 17 | 103 | 61 | 57 | 62 | 42 |
| Binary | 10000001 | 1101110 | 101011 | 0 | 1111 | 1000011 | 110001 | 101111 | 110010 | 100010 |
Color Harmonies of #816E2B
Complementary color
Monochromatic Colors of #816E2B
Black with #816E2B
Text Example
Text Example
White with #816E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E2B; }
p { color: rgb(129,110,43); }
H1.HeaderClassName
{
color: #816E2B;
}
.AnyTagClassName
{
color: #816E2B;
}
</style>
background-color css
<style>
a { background-color: #816E2B; }
a { background-color: rgb(129,110,43); }
div.DivClassName
{
background-color: #816E2B;
}
.BgClassName
{
background-color: #816E2B;
}
</style>
border-color css
<style>
span { border-color: #816E2B; }
span { border-color: rgb(129,110,43); }
td.TdClassName
{
border-color: #816E2B;
}
.TagClassName
{
border-color: #816E2B;
}
</style>