Shades of Yukon Gold #76680A
Tints of Yukon Gold #76680A
RGB
CMYK
RGB Variations
Color information
#76680A (or 0x76680A) is known color: Yukon Gold. HEX triplet: 76, 68 and 0A. RGB value is (118,104,10). Sum of RGB (Red+Green+Blue) = 118+104+10=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76680A is #8997F5. Grayscale: #616161. Windows color (decimal): -9017334 or 682102. OLE color: 682102.
HSL color Cylindrical-coordinate representation of color #76680A: hue angle of 52.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76680A is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 10 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.54 |
| HSL | 52.22º | 0.84% | 0.25% | - |
| HSV(B) | 52.22º | 0.92% | 0.46% | - |
| XYZ | 12.48 | 13.77 | 2.29 | - |
| YUV | 97.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 10 | 0 | 0.12 | 0.92 | 0.54 | 52.22 | 0.84 | 0.25 |
| Hex | 76 | 68 | A | 0 | C | 5C | 36 | 34 | 54 | 19 |
| Octal | 166 | 150 | 12 | 0 | 14 | 134 | 66 | 64 | 124 | 31 |
| Binary | 1110110 | 1101000 | 1010 | 0 | 1100 | 1011100 | 110110 | 110100 | 1010100 | 11001 |
Color Harmonies of #76680A
Complementary color
Monochromatic Colors of #76680A
Black with #76680A
Text Example
Text Example
White with #76680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76680A; }
p { color: rgb(118,104,10); }
H1.HeaderClassName
{
color: #76680A;
}
.AnyTagClassName
{
color: #76680A;
}
</style>
background-color css
<style>
a { background-color: #76680A; }
a { background-color: rgb(118,104,10); }
div.DivClassName
{
background-color: #76680A;
}
.BgClassName
{
background-color: #76680A;
}
</style>
border-color css
<style>
span { border-color: #76680A; }
span { border-color: rgb(118,104,10); }
td.TdClassName
{
border-color: #76680A;
}
.TagClassName
{
border-color: #76680A;
}
</style>