Shades of Yukon Gold #76640E
Tints of Yukon Gold #76640E
RGB
CMYK
RGB Variations
Color information
#76640E (or 0x76640E) is known color: Yukon Gold. HEX triplet: 76, 64 and 0E. RGB value is (118,100,14). Sum of RGB (Red+Green+Blue) = 118+100+14=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640E is #899BF1. Grayscale: #5F5F5F. Windows color (decimal): -9018354 or 943222. OLE color: 943222.
HSL color Cylindrical-coordinate representation of color #76640E: hue angle of 49.62º 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 #76640E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 100 | 14 | - |
CMYK | 0 | 0.15 | 0.88 | 0.54 |
HSL | 49.62º | 0.79% | 0.26% | - |
HSV(B) | 49.62º | 0.88% | 0.46% | - |
XYZ | 12.11 | 13 | 2.29 | - |
YUV | 95.58 | 81.96 | 143.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 100 | 14 | 0 | 0.15 | 0.88 | 0.54 | 49.62 | 0.79 | 0.26 |
Hex | 76 | 64 | E | 0 | F | 58 | 36 | 32 | 4F | 1A |
Octal | 166 | 144 | 16 | 0 | 17 | 130 | 66 | 62 | 117 | 32 |
Binary | 1110110 | 1100100 | 1110 | 0 | 1111 | 1011000 | 110110 | 110010 | 1001111 | 11010 |
Color Harmonies of #76640E
Complementary color
Monochromatic Colors of #76640E
Black with #76640E
Text Example
Text Example
White with #76640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76640E; }
p { color: rgb(118,100,14); }
H1.HeaderClassName
{
color: #76640E;
}
.AnyTagClassName
{
color: #76640E;
}
</style>
background-color css
<style>
a { background-color: #76640E; }
a { background-color: rgb(118,100,14); }
div.DivClassName
{
background-color: #76640E;
}
.BgClassName
{
background-color: #76640E;
}
</style>
border-color css
<style>
span { border-color: #76640E; }
span { border-color: rgb(118,100,14); }
td.TdClassName
{
border-color: #76640E;
}
.TagClassName
{
border-color: #76640E;
}
</style>