Shades of Yukon Gold #816E1D
Tints of Yukon Gold #816E1D
RGB
CMYK
RGB Variations
Color information
#816E1D (or 0x816E1D) is known color: Yukon Gold. HEX triplet: 81, 6E and 1D. RGB value is (129,110,29). Sum of RGB (Red+Green+Blue) = 129+110+29=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #816E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E1D is #7E91E2. Grayscale: #6A6A6A. Windows color (decimal): -8294883 or 1928833. OLE color: 1928833.
HSL color Cylindrical-coordinate representation of color #816E1D: hue angle of 48.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #816E1D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 29 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.49 |
| HSL | 48.6º | 0.63% | 0.31% | - |
| HSV(B) | 48.6º | 0.78% | 0.51% | - |
| XYZ | 14.85 | 15.91 | 3.45 | - |
| YUV | 106.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 29 | 0 | 0.15 | 0.78 | 0.49 | 48.6 | 0.63 | 0.31 |
| Hex | 81 | 6E | 1D | 0 | F | 4E | 31 | 31 | 3F | 1F |
| Octal | 201 | 156 | 35 | 0 | 17 | 116 | 61 | 61 | 77 | 37 |
| Binary | 10000001 | 1101110 | 11101 | 0 | 1111 | 1001110 | 110001 | 110001 | 111111 | 11111 |
Color Harmonies of #816E1D
Complementary color
Monochromatic Colors of #816E1D
Black with #816E1D
Text Example
Text Example
White with #816E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E1D; }
p { color: rgb(129,110,29); }
H1.HeaderClassName
{
color: #816E1D;
}
.AnyTagClassName
{
color: #816E1D;
}
</style>
background-color css
<style>
a { background-color: #816E1D; }
a { background-color: rgb(129,110,29); }
div.DivClassName
{
background-color: #816E1D;
}
.BgClassName
{
background-color: #816E1D;
}
</style>
border-color css
<style>
span { border-color: #816E1D; }
span { border-color: rgb(129,110,29); }
td.TdClassName
{
border-color: #816E1D;
}
.TagClassName
{
border-color: #816E1D;
}
</style>