Shades of Yukon Gold #7C6A0C
Tints of Yukon Gold #7C6A0C
RGB
CMYK
RGB Variations
Color information
#7C6A0C (or 0x7C6A0C) is known color: Yukon Gold. HEX triplet: 7C, 6A and 0C. RGB value is (124,106,12). Sum of RGB (Red+Green+Blue) = 124+106+12=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6A0C is #8395F3. Grayscale: #656565. Windows color (decimal): -8623604 or 813692. OLE color: 813692.
HSL color Cylindrical-coordinate representation of color #7C6A0C: hue angle of 50.36º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C6A0C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 12 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.51 |
| HSL | 50.36º | 0.82% | 0.27% | - |
| HSV(B) | 50.36º | 0.9% | 0.49% | - |
| XYZ | 13.53 | 14.62 | 2.46 | - |
| YUV | 100.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 12 | 0 | 0.15 | 0.90 | 0.51 | 50.36 | 0.82 | 0.27 |
| Hex | 7C | 6A | C | 0 | F | 5A | 33 | 32 | 52 | 1B |
| Octal | 174 | 152 | 14 | 0 | 17 | 132 | 63 | 62 | 122 | 33 |
| Binary | 1111100 | 1101010 | 1100 | 0 | 1111 | 1011010 | 110011 | 110010 | 1010010 | 11011 |
Color Harmonies of #7C6A0C
Complementary color
Monochromatic Colors of #7C6A0C
Black with #7C6A0C
Text Example
Text Example
White with #7C6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A0C; }
p { color: rgb(124,106,12); }
H1.HeaderClassName
{
color: #7C6A0C;
}
.AnyTagClassName
{
color: #7C6A0C;
}
</style>
background-color css
<style>
a { background-color: #7C6A0C; }
a { background-color: rgb(124,106,12); }
div.DivClassName
{
background-color: #7C6A0C;
}
.BgClassName
{
background-color: #7C6A0C;
}
</style>
border-color css
<style>
span { border-color: #7C6A0C; }
span { border-color: rgb(124,106,12); }
td.TdClassName
{
border-color: #7C6A0C;
}
.TagClassName
{
border-color: #7C6A0C;
}
</style>