Shades of Yukon Gold #81630D
Tints of Yukon Gold #81630D
RGB
CMYK
RGB Variations
Color information
#81630D (or 0x81630D) is known color: Yukon Gold. HEX triplet: 81, 63 and 0D. RGB value is (129,99,13). Sum of RGB (Red+Green+Blue) = 129+99+13=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81630D is #7E9CF2. Grayscale: #626262. Windows color (decimal): -8297715 or 877441. OLE color: 877441.
HSL color Cylindrical-coordinate representation of color #81630D: hue angle of 44.48º 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 #81630D is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 13 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.49 |
| HSL | 44.48º | 0.82% | 0.28% | - |
| HSV(B) | 44.48º | 0.9% | 0.51% | - |
| XYZ | 13.59 | 13.62 | 2.29 | - |
| YUV | 98.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 13 | 0 | 0.23 | 0.90 | 0.49 | 44.48 | 0.82 | 0.28 |
| Hex | 81 | 63 | D | 0 | 17 | 5A | 31 | 2C | 52 | 1C |
| Octal | 201 | 143 | 15 | 0 | 27 | 132 | 61 | 54 | 122 | 34 |
| Binary | 10000001 | 1100011 | 1101 | 0 | 10111 | 1011010 | 110001 | 101100 | 1010010 | 11100 |
Color Harmonies of #81630D
Complementary color
Monochromatic Colors of #81630D
Black with #81630D
Text Example
Text Example
White with #81630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81630D; }
p { color: rgb(129,99,13); }
H1.HeaderClassName
{
color: #81630D;
}
.AnyTagClassName
{
color: #81630D;
}
</style>
background-color css
<style>
a { background-color: #81630D; }
a { background-color: rgb(129,99,13); }
div.DivClassName
{
background-color: #81630D;
}
.BgClassName
{
background-color: #81630D;
}
</style>
border-color css
<style>
span { border-color: #81630D; }
span { border-color: rgb(129,99,13); }
td.TdClassName
{
border-color: #81630D;
}
.TagClassName
{
border-color: #81630D;
}
</style>