Shades of Yukon Gold #76640D
Tints of Yukon Gold #76640D
RGB
CMYK
RGB Variations
Color information
#76640D (or 0x76640D) is known color: Yukon Gold. HEX triplet: 76, 64 and 0D. RGB value is (118,100,13). Sum of RGB (Red+Green+Blue) = 118+100+13=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640D is #899BF2. Grayscale: #5F5F5F. Windows color (decimal): -9018355 or 877686. OLE color: 877686.
HSL color Cylindrical-coordinate representation of color #76640D: hue angle of 49.71º 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 #76640D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 13 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.54 |
| HSL | 49.71º | 0.8% | 0.26% | - |
| HSV(B) | 49.71º | 0.89% | 0.46% | - |
| XYZ | 12.1 | 12.99 | 2.25 | - |
| YUV | 95.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 13 | 0 | 0.15 | 0.89 | 0.54 | 49.71 | 0.8 | 0.26 |
| Hex | 76 | 64 | D | 0 | F | 59 | 36 | 32 | 50 | 1A |
| Octal | 166 | 144 | 15 | 0 | 17 | 131 | 66 | 62 | 120 | 32 |
| Binary | 1110110 | 1100100 | 1101 | 0 | 1111 | 1011001 | 110110 | 110010 | 1010000 | 11010 |
Color Harmonies of #76640D
Complementary color
Monochromatic Colors of #76640D
Black with #76640D
Text Example
Text Example
White with #76640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76640D; }
p { color: rgb(118,100,13); }
H1.HeaderClassName
{
color: #76640D;
}
.AnyTagClassName
{
color: #76640D;
}
</style>
background-color css
<style>
a { background-color: #76640D; }
a { background-color: rgb(118,100,13); }
div.DivClassName
{
background-color: #76640D;
}
.BgClassName
{
background-color: #76640D;
}
</style>
border-color css
<style>
span { border-color: #76640D; }
span { border-color: rgb(118,100,13); }
td.TdClassName
{
border-color: #76640D;
}
.TagClassName
{
border-color: #76640D;
}
</style>