Shades of Yukon Gold #76680D
Tints of Yukon Gold #76680D
RGB
CMYK
RGB Variations
Color information
#76680D (or 0x76680D) is known color: Yukon Gold. HEX triplet: 76, 68 and 0D. RGB value is (118,104,13). Sum of RGB (Red+Green+Blue) = 118+104+13=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76680D is #8997F2. Grayscale: #626262. Windows color (decimal): -9017331 or 878710. OLE color: 878710.
HSL color Cylindrical-coordinate representation of color #76680D: hue angle of 52º 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 #76680D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 13 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.54 |
| HSL | 52º | 0.8% | 0.26% | - |
| HSV(B) | 52º | 0.89% | 0.46% | - |
| XYZ | 12.49 | 13.78 | 2.38 | - |
| YUV | 97.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 13 | 0 | 0.12 | 0.89 | 0.54 | 52 | 0.8 | 0.26 |
| Hex | 76 | 68 | D | 0 | C | 59 | 36 | 34 | 50 | 1A |
| Octal | 166 | 150 | 15 | 0 | 14 | 131 | 66 | 64 | 120 | 32 |
| Binary | 1110110 | 1101000 | 1101 | 0 | 1100 | 1011001 | 110110 | 110100 | 1010000 | 11010 |
Color Harmonies of #76680D
Complementary color
Monochromatic Colors of #76680D
Black with #76680D
Text Example
Text Example
White with #76680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76680D; }
p { color: rgb(118,104,13); }
H1.HeaderClassName
{
color: #76680D;
}
.AnyTagClassName
{
color: #76680D;
}
</style>
background-color css
<style>
a { background-color: #76680D; }
a { background-color: rgb(118,104,13); }
div.DivClassName
{
background-color: #76680D;
}
.BgClassName
{
background-color: #76680D;
}
</style>
border-color css
<style>
span { border-color: #76680D; }
span { border-color: rgb(118,104,13); }
td.TdClassName
{
border-color: #76680D;
}
.TagClassName
{
border-color: #76680D;
}
</style>