Shades of Yukon Gold #7C6216
Tints of Yukon Gold #7C6216
RGB
CMYK
RGB Variations
Color information
#7C6216 (or 0x7C6216) is known color: Yukon Gold. HEX triplet: 7C, 62 and 16. RGB value is (124,98,22). Sum of RGB (Red+Green+Blue) = 124+98+22=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6216 is #839DE9. Grayscale: #616161. Windows color (decimal): -8625642 or 1467004. OLE color: 1467004.
HSL color Cylindrical-coordinate representation of color #7C6216: hue angle of 44.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C6216 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 22 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.51 |
| HSL | 44.71º | 0.7% | 0.29% | - |
| HSV(B) | 44.71º | 0.82% | 0.49% | - |
| XYZ | 12.82 | 13.08 | 2.61 | - |
| YUV | 97.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 22 | 0 | 0.21 | 0.82 | 0.51 | 44.71 | 0.7 | 0.29 |
| Hex | 7C | 62 | 16 | 0 | 15 | 52 | 33 | 2D | 46 | 1D |
| Octal | 174 | 142 | 26 | 0 | 25 | 122 | 63 | 55 | 106 | 35 |
| Binary | 1111100 | 1100010 | 10110 | 0 | 10101 | 1010010 | 110011 | 101101 | 1000110 | 11101 |
Color Harmonies of #7C6216
Complementary color
Monochromatic Colors of #7C6216
Black with #7C6216
Text Example
Text Example
White with #7C6216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6216; }
p { color: rgb(124,98,22); }
H1.HeaderClassName
{
color: #7C6216;
}
.AnyTagClassName
{
color: #7C6216;
}
</style>
background-color css
<style>
a { background-color: #7C6216; }
a { background-color: rgb(124,98,22); }
div.DivClassName
{
background-color: #7C6216;
}
.BgClassName
{
background-color: #7C6216;
}
</style>
border-color css
<style>
span { border-color: #7C6216; }
span { border-color: rgb(124,98,22); }
td.TdClassName
{
border-color: #7C6216;
}
.TagClassName
{
border-color: #7C6216;
}
</style>