Shades of Yukon Gold #756204
Tints of Yukon Gold #756204
RGB
CMYK
RGB Variations
Color information
#756204 (or 0x756204) is known color: Yukon Gold. HEX triplet: 75, 62 and 04. RGB value is (117,98,4). Sum of RGB (Red+Green+Blue) = 117+98+4=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #756204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756204 is #8A9DFB. Grayscale: #5D5D5D. Windows color (decimal): -9084412 or 287349. OLE color: 287349.
HSL color Cylindrical-coordinate representation of color #756204: hue angle of 49.91º 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 #756204 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 4 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.54 |
| HSL | 49.91º | 0.93% | 0.24% | - |
| HSV(B) | 49.91º | 0.97% | 0.46% | - |
| XYZ | 11.73 | 12.53 | 1.91 | - |
| YUV | 92.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 4 | 0 | 0.16 | 0.97 | 0.54 | 49.91 | 0.93 | 0.24 |
| Hex | 75 | 62 | 4 | 0 | 10 | 61 | 36 | 32 | 5D | 18 |
| Octal | 165 | 142 | 4 | 0 | 20 | 141 | 66 | 62 | 135 | 30 |
| Binary | 1110101 | 1100010 | 100 | 0 | 10000 | 1100001 | 110110 | 110010 | 1011101 | 11000 |
Color Harmonies of #756204
Complementary color
Monochromatic Colors of #756204
Black with #756204
Text Example
Text Example
White with #756204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756204; }
p { color: rgb(117,98,4); }
H1.HeaderClassName
{
color: #756204;
}
.AnyTagClassName
{
color: #756204;
}
</style>
background-color css
<style>
a { background-color: #756204; }
a { background-color: rgb(117,98,4); }
div.DivClassName
{
background-color: #756204;
}
.BgClassName
{
background-color: #756204;
}
</style>
border-color css
<style>
span { border-color: #756204; }
span { border-color: rgb(117,98,4); }
td.TdClassName
{
border-color: #756204;
}
.TagClassName
{
border-color: #756204;
}
</style>