Shades of Yukon Gold #7C6215
Tints of Yukon Gold #7C6215
RGB
CMYK
RGB Variations
Color information
#7C6215 (or 0x7C6215) is known color: Yukon Gold. HEX triplet: 7C, 62 and 15. RGB value is (124,98,21). Sum of RGB (Red+Green+Blue) = 124+98+21=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6215 is #839DEA. Grayscale: #616161. Windows color (decimal): -8625643 or 1401468. OLE color: 1401468.
HSL color Cylindrical-coordinate representation of color #7C6215: hue angle of 44.85º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C6215 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 21 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.51 |
| HSL | 44.85º | 0.71% | 0.28% | - |
| HSV(B) | 44.85º | 0.83% | 0.49% | - |
| XYZ | 12.82 | 13.07 | 2.56 | - |
| YUV | 97 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 21 | 0 | 0.21 | 0.83 | 0.51 | 44.85 | 0.71 | 0.28 |
| Hex | 7C | 62 | 15 | 0 | 15 | 53 | 33 | 2D | 47 | 1C |
| Octal | 174 | 142 | 25 | 0 | 25 | 123 | 63 | 55 | 107 | 34 |
| Binary | 1111100 | 1100010 | 10101 | 0 | 10101 | 1010011 | 110011 | 101101 | 1000111 | 11100 |
Color Harmonies of #7C6215
Complementary color
Monochromatic Colors of #7C6215
Black with #7C6215
Text Example
Text Example
White with #7C6215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6215; }
p { color: rgb(124,98,21); }
H1.HeaderClassName
{
color: #7C6215;
}
.AnyTagClassName
{
color: #7C6215;
}
</style>
background-color css
<style>
a { background-color: #7C6215; }
a { background-color: rgb(124,98,21); }
div.DivClassName
{
background-color: #7C6215;
}
.BgClassName
{
background-color: #7C6215;
}
</style>
border-color css
<style>
span { border-color: #7C6215; }
span { border-color: rgb(124,98,21); }
td.TdClassName
{
border-color: #7C6215;
}
.TagClassName
{
border-color: #7C6215;
}
</style>