Shades of Yukon Gold #76661D
Tints of Yukon Gold #76661D
RGB
CMYK
RGB Variations
Color information
#76661D (or 0x76661D) is known color: Yukon Gold. HEX triplet: 76, 66 and 1D. RGB value is (118,102,29). Sum of RGB (Red+Green+Blue) = 118+102+29=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76661D is #8999E2. Grayscale: #626262. Windows color (decimal): -9017827 or 1926774. OLE color: 1926774.
HSL color Cylindrical-coordinate representation of color #76661D: hue angle of 49.21º degrees, saturation: 0.61, 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 #76661D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 29 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.54 |
| HSL | 49.21º | 0.61% | 0.29% | - |
| HSV(B) | 49.21º | 0.75% | 0.46% | - |
| XYZ | 12.44 | 13.44 | 3.1 | - |
| YUV | 98.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 29 | 0 | 0.14 | 0.75 | 0.54 | 49.21 | 0.61 | 0.29 |
| Hex | 76 | 66 | 1D | 0 | E | 4B | 36 | 31 | 3D | 1D |
| Octal | 166 | 146 | 35 | 0 | 16 | 113 | 66 | 61 | 75 | 35 |
| Binary | 1110110 | 1100110 | 11101 | 0 | 1110 | 1001011 | 110110 | 110001 | 111101 | 11101 |
Color Harmonies of #76661D
Complementary color
Monochromatic Colors of #76661D
Black with #76661D
Text Example
Text Example
White with #76661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76661D; }
p { color: rgb(118,102,29); }
H1.HeaderClassName
{
color: #76661D;
}
.AnyTagClassName
{
color: #76661D;
}
</style>
background-color css
<style>
a { background-color: #76661D; }
a { background-color: rgb(118,102,29); }
div.DivClassName
{
background-color: #76661D;
}
.BgClassName
{
background-color: #76661D;
}
</style>
border-color css
<style>
span { border-color: #76661D; }
span { border-color: rgb(118,102,29); }
td.TdClassName
{
border-color: #76661D;
}
.TagClassName
{
border-color: #76661D;
}
</style>