Shades of Yukon Gold #76670E
Tints of Yukon Gold #76670E
RGB
CMYK
RGB Variations
Color information
#76670E (or 0x76670E) is known color: Yukon Gold. HEX triplet: 76, 67 and 0E. RGB value is (118,103,14). Sum of RGB (Red+Green+Blue) = 118+103+14=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670E is #8998F1. Grayscale: #616161. Windows color (decimal): -9017586 or 943990. OLE color: 943990.
HSL color Cylindrical-coordinate representation of color #76670E: hue angle of 51.35º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76670E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 14 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.54 |
| HSL | 51.35º | 0.79% | 0.26% | - |
| HSV(B) | 51.35º | 0.88% | 0.46% | - |
| XYZ | 12.4 | 13.58 | 2.38 | - |
| YUV | 97.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 14 | 0 | 0.13 | 0.88 | 0.54 | 51.35 | 0.79 | 0.26 |
| Hex | 76 | 67 | E | 0 | D | 58 | 36 | 33 | 4F | 1A |
| Octal | 166 | 147 | 16 | 0 | 15 | 130 | 66 | 63 | 117 | 32 |
| Binary | 1110110 | 1100111 | 1110 | 0 | 1101 | 1011000 | 110110 | 110011 | 1001111 | 11010 |
Color Harmonies of #76670E
Complementary color
Monochromatic Colors of #76670E
Black with #76670E
Text Example
Text Example
White with #76670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76670E; }
p { color: rgb(118,103,14); }
H1.HeaderClassName
{
color: #76670E;
}
.AnyTagClassName
{
color: #76670E;
}
</style>
background-color css
<style>
a { background-color: #76670E; }
a { background-color: rgb(118,103,14); }
div.DivClassName
{
background-color: #76670E;
}
.BgClassName
{
background-color: #76670E;
}
</style>
border-color css
<style>
span { border-color: #76670E; }
span { border-color: rgb(118,103,14); }
td.TdClassName
{
border-color: #76670E;
}
.TagClassName
{
border-color: #76670E;
}
</style>