Shades of Yukon Gold #766204
Tints of Yukon Gold #766204
RGB
CMYK
RGB Variations
Color information
#766204 (or 0x766204) is known color: Yukon Gold. HEX triplet: 76, 62 and 04. RGB value is (118,98,4). Sum of RGB (Red+Green+Blue) = 118+98+4=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766204 is #899DFB. Grayscale: #5D5D5D. Windows color (decimal): -9018876 or 287350. OLE color: 287350.
HSL color Cylindrical-coordinate representation of color #766204: hue angle of 49.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766204 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 4 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.54 |
| HSL | 49.47º | 0.93% | 0.24% | - |
| HSV(B) | 49.47º | 0.97% | 0.46% | - |
| XYZ | 11.86 | 12.6 | 1.92 | - |
| YUV | 93.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 4 | 0 | 0.17 | 0.97 | 0.54 | 49.47 | 0.93 | 0.24 |
| Hex | 76 | 62 | 4 | 0 | 11 | 61 | 36 | 31 | 5D | 18 |
| Octal | 166 | 142 | 4 | 0 | 21 | 141 | 66 | 61 | 135 | 30 |
| Binary | 1110110 | 1100010 | 100 | 0 | 10001 | 1100001 | 110110 | 110001 | 1011101 | 11000 |
Color Harmonies of #766204
Complementary color
Monochromatic Colors of #766204
Black with #766204
Text Example
Text Example
White with #766204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766204; }
p { color: rgb(118,98,4); }
H1.HeaderClassName
{
color: #766204;
}
.AnyTagClassName
{
color: #766204;
}
</style>
background-color css
<style>
a { background-color: #766204; }
a { background-color: rgb(118,98,4); }
div.DivClassName
{
background-color: #766204;
}
.BgClassName
{
background-color: #766204;
}
</style>
border-color css
<style>
span { border-color: #766204; }
span { border-color: rgb(118,98,4); }
td.TdClassName
{
border-color: #766204;
}
.TagClassName
{
border-color: #766204;
}
</style>