Shades of Yukon Gold #76611E
Tints of Yukon Gold #76611E
RGB
CMYK
RGB Variations
Color information
#76611E (or 0x76611E) is known color: Yukon Gold. HEX triplet: 76, 61 and 1E. RGB value is (118,97,30). Sum of RGB (Red+Green+Blue) = 118+97+30=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76611E is #899EE1. Grayscale: #5F5F5F. Windows color (decimal): -9019106 or 1991030. OLE color: 1991030.
HSL color Cylindrical-coordinate representation of color #76611E: hue angle of 45.68º 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 #76611E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 30 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.54 |
| HSL | 45.68º | 0.59% | 0.29% | - |
| HSV(B) | 45.68º | 0.75% | 0.46% | - |
| XYZ | 11.98 | 12.49 | 3.01 | - |
| YUV | 95.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 30 | 0 | 0.18 | 0.75 | 0.54 | 45.68 | 0.59 | 0.29 |
| Hex | 76 | 61 | 1E | 0 | 12 | 4B | 36 | 2E | 3B | 1D |
| Octal | 166 | 141 | 36 | 0 | 22 | 113 | 66 | 56 | 73 | 35 |
| Binary | 1110110 | 1100001 | 11110 | 0 | 10010 | 1001011 | 110110 | 101110 | 111011 | 11101 |
Color Harmonies of #76611E
Complementary color
Monochromatic Colors of #76611E
Black with #76611E
Text Example
Text Example
White with #76611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76611E; }
p { color: rgb(118,97,30); }
H1.HeaderClassName
{
color: #76611E;
}
.AnyTagClassName
{
color: #76611E;
}
</style>
background-color css
<style>
a { background-color: #76611E; }
a { background-color: rgb(118,97,30); }
div.DivClassName
{
background-color: #76611E;
}
.BgClassName
{
background-color: #76611E;
}
</style>
border-color css
<style>
span { border-color: #76611E; }
span { border-color: rgb(118,97,30); }
td.TdClassName
{
border-color: #76611E;
}
.TagClassName
{
border-color: #76611E;
}
</style>