Shades of Yukon Gold #7C6204
Tints of Yukon Gold #7C6204
RGB
CMYK
RGB Variations
Color information
#7C6204 (or 0x7C6204) is known color: Yukon Gold. HEX triplet: 7C, 62 and 04. RGB value is (124,98,4). Sum of RGB (Red+Green+Blue) = 124+98+4=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6204 is #839DFB. Grayscale: #5F5F5F. Windows color (decimal): -8625660 or 287356. OLE color: 287356.
HSL color Cylindrical-coordinate representation of color #7C6204: hue angle of 47º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C6204 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 4 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.51 |
| HSL | 47º | 0.94% | 0.25% | - |
| HSV(B) | 47º | 0.97% | 0.49% | - |
| XYZ | 12.7 | 13.03 | 1.96 | - |
| YUV | 95.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 4 | 0 | 0.21 | 0.97 | 0.51 | 47 | 0.94 | 0.25 |
| Hex | 7C | 62 | 4 | 0 | 15 | 61 | 33 | 2F | 5E | 19 |
| Octal | 174 | 142 | 4 | 0 | 25 | 141 | 63 | 57 | 136 | 31 |
| Binary | 1111100 | 1100010 | 100 | 0 | 10101 | 1100001 | 110011 | 101111 | 1011110 | 11001 |
Color Harmonies of #7C6204
Complementary color
Monochromatic Colors of #7C6204
Black with #7C6204
Text Example
Text Example
White with #7C6204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6204; }
p { color: rgb(124,98,4); }
H1.HeaderClassName
{
color: #7C6204;
}
.AnyTagClassName
{
color: #7C6204;
}
</style>
background-color css
<style>
a { background-color: #7C6204; }
a { background-color: rgb(124,98,4); }
div.DivClassName
{
background-color: #7C6204;
}
.BgClassName
{
background-color: #7C6204;
}
</style>
border-color css
<style>
span { border-color: #7C6204; }
span { border-color: rgb(124,98,4); }
td.TdClassName
{
border-color: #7C6204;
}
.TagClassName
{
border-color: #7C6204;
}
</style>