Shades of Yukon Gold #816B0D
Tints of Yukon Gold #816B0D
RGB
CMYK
RGB Variations
Color information
#816B0D (or 0x816B0D) is known color: Yukon Gold. HEX triplet: 81, 6B and 0D. RGB value is (129,107,13). Sum of RGB (Red+Green+Blue) = 129+107+13=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #816B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816B0D is #7E94F2. Grayscale: #676767. Windows color (decimal): -8295667 or 879489. OLE color: 879489.
HSL color Cylindrical-coordinate representation of color #816B0D: hue angle of 48.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #816B0D is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 13 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.49 |
| HSL | 48.62º | 0.82% | 0.28% | - |
| HSV(B) | 48.62º | 0.9% | 0.51% | - |
| XYZ | 14.38 | 15.21 | 2.56 | - |
| YUV | 102.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 13 | 0 | 0.17 | 0.90 | 0.49 | 48.62 | 0.82 | 0.28 |
| Hex | 81 | 6B | D | 0 | 11 | 5A | 31 | 31 | 52 | 1C |
| Octal | 201 | 153 | 15 | 0 | 21 | 132 | 61 | 61 | 122 | 34 |
| Binary | 10000001 | 1101011 | 1101 | 0 | 10001 | 1011010 | 110001 | 110001 | 1010010 | 11100 |
Color Harmonies of #816B0D
Complementary color
Monochromatic Colors of #816B0D
Black with #816B0D
Text Example
Text Example
White with #816B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B0D; }
p { color: rgb(129,107,13); }
H1.HeaderClassName
{
color: #816B0D;
}
.AnyTagClassName
{
color: #816B0D;
}
</style>
background-color css
<style>
a { background-color: #816B0D; }
a { background-color: rgb(129,107,13); }
div.DivClassName
{
background-color: #816B0D;
}
.BgClassName
{
background-color: #816B0D;
}
</style>
border-color css
<style>
span { border-color: #816B0D; }
span { border-color: rgb(129,107,13); }
td.TdClassName
{
border-color: #816B0D;
}
.TagClassName
{
border-color: #816B0D;
}
</style>