Shades of Yukon Gold #76641E
Tints of Yukon Gold #76641E
RGB
CMYK
RGB Variations
Color information
#76641E (or 0x76641E) is known color: Yukon Gold. HEX triplet: 76, 64 and 1E. RGB value is (118,100,30). Sum of RGB (Red+Green+Blue) = 118+100+30=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641E is #899BE1. Grayscale: #616161. Windows color (decimal): -9018338 or 1991798. OLE color: 1991798.
HSL color Cylindrical-coordinate representation of color #76641E: hue angle of 47.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76641E is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 30 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.54 |
| HSL | 47.73º | 0.59% | 0.29% | - |
| HSV(B) | 47.73º | 0.75% | 0.46% | - |
| XYZ | 12.26 | 13.06 | 3.1 | - |
| YUV | 97.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 30 | 0 | 0.15 | 0.75 | 0.54 | 47.73 | 0.59 | 0.29 |
| Hex | 76 | 64 | 1E | 0 | F | 4B | 36 | 30 | 3B | 1D |
| Octal | 166 | 144 | 36 | 0 | 17 | 113 | 66 | 60 | 73 | 35 |
| Binary | 1110110 | 1100100 | 11110 | 0 | 1111 | 1001011 | 110110 | 110000 | 111011 | 11101 |
Color Harmonies of #76641E
Complementary color
Monochromatic Colors of #76641E
Black with #76641E
Text Example
Text Example
White with #76641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76641E; }
p { color: rgb(118,100,30); }
H1.HeaderClassName
{
color: #76641E;
}
.AnyTagClassName
{
color: #76641E;
}
</style>
background-color css
<style>
a { background-color: #76641E; }
a { background-color: rgb(118,100,30); }
div.DivClassName
{
background-color: #76641E;
}
.BgClassName
{
background-color: #76641E;
}
</style>
border-color css
<style>
span { border-color: #76641E; }
span { border-color: rgb(118,100,30); }
td.TdClassName
{
border-color: #76641E;
}
.TagClassName
{
border-color: #76641E;
}
</style>