Shades of Yukon Gold #76640B
Tints of Yukon Gold #76640B
RGB
CMYK
RGB Variations
Color information
#76640B (or 0x76640B) is known color: Yukon Gold. HEX triplet: 76, 64 and 0B. RGB value is (118,100,11). Sum of RGB (Red+Green+Blue) = 118+100+11=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640B is #899BF4. Grayscale: #5F5F5F. Windows color (decimal): -9018357 or 746614. OLE color: 746614.
HSL color Cylindrical-coordinate representation of color #76640B: hue angle of 49.91º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76640B is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 11 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.54 |
| HSL | 49.91º | 0.83% | 0.25% | - |
| HSV(B) | 49.91º | 0.91% | 0.46% | - |
| XYZ | 12.09 | 12.99 | 2.19 | - |
| YUV | 95.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 11 | 0 | 0.15 | 0.91 | 0.54 | 49.91 | 0.83 | 0.25 |
| Hex | 76 | 64 | B | 0 | F | 5B | 36 | 32 | 53 | 19 |
| Octal | 166 | 144 | 13 | 0 | 17 | 133 | 66 | 62 | 123 | 31 |
| Binary | 1110110 | 1100100 | 1011 | 0 | 1111 | 1011011 | 110110 | 110010 | 1010011 | 11001 |
Color Harmonies of #76640B
Complementary color
Monochromatic Colors of #76640B
Black with #76640B
Text Example
Text Example
White with #76640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76640B; }
p { color: rgb(118,100,11); }
H1.HeaderClassName
{
color: #76640B;
}
.AnyTagClassName
{
color: #76640B;
}
</style>
background-color css
<style>
a { background-color: #76640B; }
a { background-color: rgb(118,100,11); }
div.DivClassName
{
background-color: #76640B;
}
.BgClassName
{
background-color: #76640B;
}
</style>
border-color css
<style>
span { border-color: #76640B; }
span { border-color: rgb(118,100,11); }
td.TdClassName
{
border-color: #76640B;
}
.TagClassName
{
border-color: #76640B;
}
</style>