Shades of Yukon Gold #76630D
Tints of Yukon Gold #76630D
RGB
CMYK
RGB Variations
Color information
#76630D (or 0x76630D) is known color: Yukon Gold. HEX triplet: 76, 63 and 0D. RGB value is (118,99,13). Sum of RGB (Red+Green+Blue) = 118+99+13=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76630D is #899CF2. Grayscale: #5F5F5F. Windows color (decimal): -9018611 or 877430. OLE color: 877430.
HSL color Cylindrical-coordinate representation of color #76630D: hue angle of 49.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76630D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 13 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.54 |
| HSL | 49.14º | 0.8% | 0.26% | - |
| HSV(B) | 49.14º | 0.89% | 0.46% | - |
| XYZ | 12.01 | 12.8 | 2.22 | - |
| YUV | 94.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 13 | 0 | 0.16 | 0.89 | 0.54 | 49.14 | 0.8 | 0.26 |
| Hex | 76 | 63 | D | 0 | 10 | 59 | 36 | 31 | 50 | 1A |
| Octal | 166 | 143 | 15 | 0 | 20 | 131 | 66 | 61 | 120 | 32 |
| Binary | 1110110 | 1100011 | 1101 | 0 | 10000 | 1011001 | 110110 | 110001 | 1010000 | 11010 |
Color Harmonies of #76630D
Complementary color
Monochromatic Colors of #76630D
Black with #76630D
Text Example
Text Example
White with #76630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76630D; }
p { color: rgb(118,99,13); }
H1.HeaderClassName
{
color: #76630D;
}
.AnyTagClassName
{
color: #76630D;
}
</style>
background-color css
<style>
a { background-color: #76630D; }
a { background-color: rgb(118,99,13); }
div.DivClassName
{
background-color: #76630D;
}
.BgClassName
{
background-color: #76630D;
}
</style>
border-color css
<style>
span { border-color: #76630D; }
span { border-color: rgb(118,99,13); }
td.TdClassName
{
border-color: #76630D;
}
.TagClassName
{
border-color: #76630D;
}
</style>