Shades of Yukon Gold #7C6212
Tints of Yukon Gold #7C6212
RGB
CMYK
RGB Variations
Color information
#7C6212 (or 0x7C6212) is known color: Yukon Gold. HEX triplet: 7C, 62 and 12. RGB value is (124,98,18). Sum of RGB (Red+Green+Blue) = 124+98+18=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6212 is #839DED. Grayscale: #616161. Windows color (decimal): -8625646 or 1204860. OLE color: 1204860.
HSL color Cylindrical-coordinate representation of color #7C6212: hue angle of 45.28º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C6212 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 18 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.51 |
| HSL | 45.28º | 0.75% | 0.28% | - |
| HSV(B) | 45.28º | 0.85% | 0.49% | - |
| XYZ | 12.79 | 13.06 | 2.42 | - |
| YUV | 96.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 18 | 0 | 0.21 | 0.85 | 0.51 | 45.28 | 0.75 | 0.28 |
| Hex | 7C | 62 | 12 | 0 | 15 | 55 | 33 | 2D | 4B | 1C |
| Octal | 174 | 142 | 22 | 0 | 25 | 125 | 63 | 55 | 113 | 34 |
| Binary | 1111100 | 1100010 | 10010 | 0 | 10101 | 1010101 | 110011 | 101101 | 1001011 | 11100 |
Color Harmonies of #7C6212
Complementary color
Monochromatic Colors of #7C6212
Black with #7C6212
Text Example
Text Example
White with #7C6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6212; }
p { color: rgb(124,98,18); }
H1.HeaderClassName
{
color: #7C6212;
}
.AnyTagClassName
{
color: #7C6212;
}
</style>
background-color css
<style>
a { background-color: #7C6212; }
a { background-color: rgb(124,98,18); }
div.DivClassName
{
background-color: #7C6212;
}
.BgClassName
{
background-color: #7C6212;
}
</style>
border-color css
<style>
span { border-color: #7C6212; }
span { border-color: rgb(124,98,18); }
td.TdClassName
{
border-color: #7C6212;
}
.TagClassName
{
border-color: #7C6212;
}
</style>