Shades of Yukon Gold #76601D
Tints of Yukon Gold #76601D
RGB
CMYK
RGB Variations
Color information
#76601D (or 0x76601D) is known color: Yukon Gold. HEX triplet: 76, 60 and 1D. RGB value is (118,96,29). Sum of RGB (Red+Green+Blue) = 118+96+29=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601D is #899FE2. Grayscale: #5F5F5F. Windows color (decimal): -9019363 or 1925238. OLE color: 1925238.
HSL color Cylindrical-coordinate representation of color #76601D: hue angle of 45.17º 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 #76601D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 29 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.54 |
| HSL | 45.17º | 0.61% | 0.29% | - |
| HSV(B) | 45.17º | 0.75% | 0.46% | - |
| XYZ | 11.88 | 12.31 | 2.91 | - |
| YUV | 94.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 29 | 0 | 0.19 | 0.75 | 0.54 | 45.17 | 0.61 | 0.29 |
| Hex | 76 | 60 | 1D | 0 | 13 | 4B | 36 | 2D | 3D | 1D |
| Octal | 166 | 140 | 35 | 0 | 23 | 113 | 66 | 55 | 75 | 35 |
| Binary | 1110110 | 1100000 | 11101 | 0 | 10011 | 1001011 | 110110 | 101101 | 111101 | 11101 |
Color Harmonies of #76601D
Complementary color
Monochromatic Colors of #76601D
Black with #76601D
Text Example
Text Example
White with #76601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76601D; }
p { color: rgb(118,96,29); }
H1.HeaderClassName
{
color: #76601D;
}
.AnyTagClassName
{
color: #76601D;
}
</style>
background-color css
<style>
a { background-color: #76601D; }
a { background-color: rgb(118,96,29); }
div.DivClassName
{
background-color: #76601D;
}
.BgClassName
{
background-color: #76601D;
}
</style>
border-color css
<style>
span { border-color: #76601D; }
span { border-color: rgb(118,96,29); }
td.TdClassName
{
border-color: #76601D;
}
.TagClassName
{
border-color: #76601D;
}
</style>