Shades of Yukon Gold #81630C
Tints of Yukon Gold #81630C
RGB
CMYK
RGB Variations
Color information
#81630C (or 0x81630C) is known color: Yukon Gold. HEX triplet: 81, 63 and 0C. RGB value is (129,99,12). Sum of RGB (Red+Green+Blue) = 129+99+12=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81630C is #7E9CF3. Grayscale: #626262. Windows color (decimal): -8297716 or 811905. OLE color: 811905.
HSL color Cylindrical-coordinate representation of color #81630C: hue angle of 44.62º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81630C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.49 |
| HSL | 44.62º | 0.83% | 0.28% | - |
| HSV(B) | 44.62º | 0.91% | 0.51% | - |
| XYZ | 13.58 | 13.62 | 2.26 | - |
| YUV | 98.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 12 | 0 | 0.23 | 0.91 | 0.49 | 44.62 | 0.83 | 0.28 |
| Hex | 81 | 63 | C | 0 | 17 | 5B | 31 | 2D | 53 | 1C |
| Octal | 201 | 143 | 14 | 0 | 27 | 133 | 61 | 55 | 123 | 34 |
| Binary | 10000001 | 1100011 | 1100 | 0 | 10111 | 1011011 | 110001 | 101101 | 1010011 | 11100 |
Color Harmonies of #81630C
Complementary color
Monochromatic Colors of #81630C
Black with #81630C
Text Example
Text Example
White with #81630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81630C; }
p { color: rgb(129,99,12); }
H1.HeaderClassName
{
color: #81630C;
}
.AnyTagClassName
{
color: #81630C;
}
</style>
background-color css
<style>
a { background-color: #81630C; }
a { background-color: rgb(129,99,12); }
div.DivClassName
{
background-color: #81630C;
}
.BgClassName
{
background-color: #81630C;
}
</style>
border-color css
<style>
span { border-color: #81630C; }
span { border-color: rgb(129,99,12); }
td.TdClassName
{
border-color: #81630C;
}
.TagClassName
{
border-color: #81630C;
}
</style>