Shades of Yukon Gold #76641F
Tints of Yukon Gold #76641F
RGB
CMYK
RGB Variations
Color information
#76641F (or 0x76641F) is known color: Yukon Gold. HEX triplet: 76, 64 and 1F. RGB value is (118,100,31). Sum of RGB (Red+Green+Blue) = 118+100+31=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641F is #899BE0. Grayscale: #616161. Windows color (decimal): -9018337 or 2057334. OLE color: 2057334.
HSL color Cylindrical-coordinate representation of color #76641F: hue angle of 47.59º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76641F is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 31 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.54 |
| HSL | 47.59º | 0.58% | 0.29% | - |
| HSV(B) | 47.59º | 0.74% | 0.46% | - |
| XYZ | 12.28 | 13.06 | 3.17 | - |
| YUV | 97.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 31 | 0 | 0.15 | 0.74 | 0.54 | 47.59 | 0.58 | 0.29 |
| Hex | 76 | 64 | 1F | 0 | F | 4A | 36 | 30 | 3A | 1D |
| Octal | 166 | 144 | 37 | 0 | 17 | 112 | 66 | 60 | 72 | 35 |
| Binary | 1110110 | 1100100 | 11111 | 0 | 1111 | 1001010 | 110110 | 110000 | 111010 | 11101 |
Color Harmonies of #76641F
Complementary color
Monochromatic Colors of #76641F
Black with #76641F
Text Example
Text Example
White with #76641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76641F; }
p { color: rgb(118,100,31); }
H1.HeaderClassName
{
color: #76641F;
}
.AnyTagClassName
{
color: #76641F;
}
</style>
background-color css
<style>
a { background-color: #76641F; }
a { background-color: rgb(118,100,31); }
div.DivClassName
{
background-color: #76641F;
}
.BgClassName
{
background-color: #76641F;
}
</style>
border-color css
<style>
span { border-color: #76641F; }
span { border-color: rgb(118,100,31); }
td.TdClassName
{
border-color: #76641F;
}
.TagClassName
{
border-color: #76641F;
}
</style>