Shades of Yukon Gold #76621E
Tints of Yukon Gold #76621E
RGB
CMYK
RGB Variations
Color information
#76621E (or 0x76621E) is known color: Yukon Gold. HEX triplet: 76, 62 and 1E. RGB value is (118,98,30). Sum of RGB (Red+Green+Blue) = 118+98+30=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76621E is #899DE1. Grayscale: #606060. Windows color (decimal): -9018850 or 1991286. OLE color: 1991286.
HSL color Cylindrical-coordinate representation of color #76621E: hue angle of 46.36º 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 #76621E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 30 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.54 |
| HSL | 46.36º | 0.59% | 0.29% | - |
| HSV(B) | 46.36º | 0.75% | 0.46% | - |
| XYZ | 12.07 | 12.68 | 3.04 | - |
| YUV | 96.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 30 | 0 | 0.17 | 0.75 | 0.54 | 46.36 | 0.59 | 0.29 |
| Hex | 76 | 62 | 1E | 0 | 11 | 4B | 36 | 2E | 3B | 1D |
| Octal | 166 | 142 | 36 | 0 | 21 | 113 | 66 | 56 | 73 | 35 |
| Binary | 1110110 | 1100010 | 11110 | 0 | 10001 | 1001011 | 110110 | 101110 | 111011 | 11101 |
Color Harmonies of #76621E
Complementary color
Monochromatic Colors of #76621E
Black with #76621E
Text Example
Text Example
White with #76621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76621E; }
p { color: rgb(118,98,30); }
H1.HeaderClassName
{
color: #76621E;
}
.AnyTagClassName
{
color: #76621E;
}
</style>
background-color css
<style>
a { background-color: #76621E; }
a { background-color: rgb(118,98,30); }
div.DivClassName
{
background-color: #76621E;
}
.BgClassName
{
background-color: #76621E;
}
</style>
border-color css
<style>
span { border-color: #76621E; }
span { border-color: rgb(118,98,30); }
td.TdClassName
{
border-color: #76621E;
}
.TagClassName
{
border-color: #76621E;
}
</style>