Shades of Yukon Gold #7C6713
Tints of Yukon Gold #7C6713
RGB
CMYK
RGB Variations
Color information
#7C6713 (or 0x7C6713) is known color: Yukon Gold. HEX triplet: 7C, 67 and 13. RGB value is (124,103,19). Sum of RGB (Red+Green+Blue) = 124+103+19=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6713 is #8398EC. Grayscale: #646464. Windows color (decimal): -8624365 or 1271676. OLE color: 1271676.
HSL color Cylindrical-coordinate representation of color #7C6713: hue angle of 48º degrees, saturation: 0.73, 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 #7C6713 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 19 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.51 |
| HSL | 48º | 0.73% | 0.28% | - |
| HSV(B) | 48º | 0.85% | 0.49% | - |
| XYZ | 13.28 | 14.03 | 2.62 | - |
| YUV | 99.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 19 | 0 | 0.17 | 0.85 | 0.51 | 48 | 0.73 | 0.28 |
| Hex | 7C | 67 | 13 | 0 | 11 | 55 | 33 | 30 | 49 | 1C |
| Octal | 174 | 147 | 23 | 0 | 21 | 125 | 63 | 60 | 111 | 34 |
| Binary | 1111100 | 1100111 | 10011 | 0 | 10001 | 1010101 | 110011 | 110000 | 1001001 | 11100 |
Color Harmonies of #7C6713
Complementary color
Monochromatic Colors of #7C6713
Black with #7C6713
Text Example
Text Example
White with #7C6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6713; }
p { color: rgb(124,103,19); }
H1.HeaderClassName
{
color: #7C6713;
}
.AnyTagClassName
{
color: #7C6713;
}
</style>
background-color css
<style>
a { background-color: #7C6713; }
a { background-color: rgb(124,103,19); }
div.DivClassName
{
background-color: #7C6713;
}
.BgClassName
{
background-color: #7C6713;
}
</style>
border-color css
<style>
span { border-color: #7C6713; }
span { border-color: rgb(124,103,19); }
td.TdClassName
{
border-color: #7C6713;
}
.TagClassName
{
border-color: #7C6713;
}
</style>