Shades of Yukon Gold #76600A
Tints of Yukon Gold #76600A
RGB
CMYK
RGB Variations
Color information
#76600A (or 0x76600A) is known color: Yukon Gold. HEX triplet: 76, 60 and 0A. RGB value is (118,96,10). Sum of RGB (Red+Green+Blue) = 118+96+10=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76600A is #899FF5. Grayscale: #5D5D5D. Windows color (decimal): -9019382 or 680054. OLE color: 680054.
HSL color Cylindrical-coordinate representation of color #76600A: hue angle of 47.78º 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 #76600A is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 10 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.54 |
| HSL | 47.78º | 0.84% | 0.25% | - |
| HSV(B) | 47.78º | 0.92% | 0.46% | - |
| XYZ | 11.71 | 12.24 | 2.03 | - |
| YUV | 92.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 10 | 0 | 0.19 | 0.92 | 0.54 | 47.78 | 0.84 | 0.25 |
| Hex | 76 | 60 | A | 0 | 13 | 5C | 36 | 30 | 54 | 19 |
| Octal | 166 | 140 | 12 | 0 | 23 | 134 | 66 | 60 | 124 | 31 |
| Binary | 1110110 | 1100000 | 1010 | 0 | 10011 | 1011100 | 110110 | 110000 | 1010100 | 11001 |
Color Harmonies of #76600A
Complementary color
Monochromatic Colors of #76600A
Black with #76600A
Text Example
Text Example
White with #76600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76600A; }
p { color: rgb(118,96,10); }
H1.HeaderClassName
{
color: #76600A;
}
.AnyTagClassName
{
color: #76600A;
}
</style>
background-color css
<style>
a { background-color: #76600A; }
a { background-color: rgb(118,96,10); }
div.DivClassName
{
background-color: #76600A;
}
.BgClassName
{
background-color: #76600A;
}
</style>
border-color css
<style>
span { border-color: #76600A; }
span { border-color: rgb(118,96,10); }
td.TdClassName
{
border-color: #76600A;
}
.TagClassName
{
border-color: #76600A;
}
</style>