Shades of Yukon Gold #76620D
Tints of Yukon Gold #76620D
RGB
CMYK
RGB Variations
Color information
#76620D (or 0x76620D) is known color: Yukon Gold. HEX triplet: 76, 62 and 0D. RGB value is (118,98,13). Sum of RGB (Red+Green+Blue) = 118+98+13=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76620D is #899DF2. Grayscale: #5E5E5E. Windows color (decimal): -9018867 or 877174. OLE color: 877174.
HSL color Cylindrical-coordinate representation of color #76620D: hue angle of 48.57º 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 #76620D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 13 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.54 |
| HSL | 48.57º | 0.8% | 0.26% | - |
| HSV(B) | 48.57º | 0.89% | 0.46% | - |
| XYZ | 11.91 | 12.62 | 2.19 | - |
| YUV | 94.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 13 | 0 | 0.17 | 0.89 | 0.54 | 48.57 | 0.8 | 0.26 |
| Hex | 76 | 62 | D | 0 | 11 | 59 | 36 | 31 | 50 | 1A |
| Octal | 166 | 142 | 15 | 0 | 21 | 131 | 66 | 61 | 120 | 32 |
| Binary | 1110110 | 1100010 | 1101 | 0 | 10001 | 1011001 | 110110 | 110001 | 1010000 | 11010 |
Color Harmonies of #76620D
Complementary color
Monochromatic Colors of #76620D
Black with #76620D
Text Example
Text Example
White with #76620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76620D; }
p { color: rgb(118,98,13); }
H1.HeaderClassName
{
color: #76620D;
}
.AnyTagClassName
{
color: #76620D;
}
</style>
background-color css
<style>
a { background-color: #76620D; }
a { background-color: rgb(118,98,13); }
div.DivClassName
{
background-color: #76620D;
}
.BgClassName
{
background-color: #76620D;
}
</style>
border-color css
<style>
span { border-color: #76620D; }
span { border-color: rgb(118,98,13); }
td.TdClassName
{
border-color: #76620D;
}
.TagClassName
{
border-color: #76620D;
}
</style>