Shades of Yukon Gold #7C6100
Tints of Yukon Gold #7C6100
RGB
CMYK
RGB Variations
Color information
#7C6100 (or 0x7C6100) is known color: Yukon Gold. HEX triplet: 7C, 61 and 00. RGB value is (124,97,0). Sum of RGB (Red+Green+Blue) = 124+97+0=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6100 is #839EFF. Grayscale: #5E5E5E. Windows color (decimal): -8625920 or 24956. OLE color: 24956.
HSL color Cylindrical-coordinate representation of color #7C6100: hue angle of 46.94º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C6100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.51 |
| HSL | 46.94º | 1% | 0.24% | - |
| HSV(B) | 46.94º | 1% | 0.49% | - |
| XYZ | 12.59 | 12.83 | 1.81 | - |
| YUV | 94.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 0 | 0 | 0.22 | 1 | 0.51 | 46.94 | 1 | 0.24 |
| Hex | 7C | 61 | 0 | 0 | 16 | 64 | 33 | 2F | 64 | 18 |
| Octal | 174 | 141 | 0 | 0 | 26 | 144 | 63 | 57 | 144 | 30 |
| Binary | 1111100 | 1100001 | 0 | 0 | 10110 | 1100100 | 110011 | 101111 | 1100100 | 11000 |
Color Harmonies of #7C6100
Complementary color
Monochromatic Colors of #7C6100
Black with #7C6100
Text Example
Text Example
White with #7C6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6100; }
p { color: rgb(124,97,0); }
H1.HeaderClassName
{
color: #7C6100;
}
.AnyTagClassName
{
color: #7C6100;
}
</style>
background-color css
<style>
a { background-color: #7C6100; }
a { background-color: rgb(124,97,0); }
div.DivClassName
{
background-color: #7C6100;
}
.BgClassName
{
background-color: #7C6100;
}
</style>
border-color css
<style>
span { border-color: #7C6100; }
span { border-color: rgb(124,97,0); }
td.TdClassName
{
border-color: #7C6100;
}
.TagClassName
{
border-color: #7C6100;
}
</style>