Shades of Yukon Gold #766020
Tints of Yukon Gold #766020
RGB
CMYK
RGB Variations
Color information
#766020 (or 0x766020) is known color: Yukon Gold. HEX triplet: 76, 60 and 20. RGB value is (118,96,32). Sum of RGB (Red+Green+Blue) = 118+96+32=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766020 is #899FDF. Grayscale: #5F5F5F. Windows color (decimal): -9019360 or 2121846. OLE color: 2121846.
HSL color Cylindrical-coordinate representation of color #766020: hue angle of 44.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766020 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 32 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.54 |
| HSL | 44.65º | 0.57% | 0.29% | - |
| HSV(B) | 44.65º | 0.73% | 0.46% | - |
| XYZ | 11.91 | 12.32 | 3.12 | - |
| YUV | 95.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 32 | 0 | 0.19 | 0.73 | 0.54 | 44.65 | 0.57 | 0.29 |
| Hex | 76 | 60 | 20 | 0 | 13 | 49 | 36 | 2D | 39 | 1D |
| Octal | 166 | 140 | 40 | 0 | 23 | 111 | 66 | 55 | 71 | 35 |
| Binary | 1110110 | 1100000 | 100000 | 0 | 10011 | 1001001 | 110110 | 101101 | 111001 | 11101 |
Color Harmonies of #766020
Complementary color
Monochromatic Colors of #766020
Black with #766020
Text Example
Text Example
White with #766020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766020; }
p { color: rgb(118,96,32); }
H1.HeaderClassName
{
color: #766020;
}
.AnyTagClassName
{
color: #766020;
}
</style>
background-color css
<style>
a { background-color: #766020; }
a { background-color: rgb(118,96,32); }
div.DivClassName
{
background-color: #766020;
}
.BgClassName
{
background-color: #766020;
}
</style>
border-color css
<style>
span { border-color: #766020; }
span { border-color: rgb(118,96,32); }
td.TdClassName
{
border-color: #766020;
}
.TagClassName
{
border-color: #766020;
}
</style>