Shades of Yukon Gold #7C661E
Tints of Yukon Gold #7C661E
RGB
CMYK
RGB Variations
Color information
#7C661E (or 0x7C661E) is known color: Yukon Gold. HEX triplet: 7C, 66 and 1E. RGB value is (124,102,30). Sum of RGB (Red+Green+Blue) = 124+102+30=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C661E is #8399E1. Grayscale: #646464. Windows color (decimal): -8624610 or 1992316. OLE color: 1992316.
HSL color Cylindrical-coordinate representation of color #7C661E: hue angle of 45.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C661E is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 30 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.51 |
| HSL | 45.96º | 0.61% | 0.3% | - |
| HSV(B) | 45.96º | 0.76% | 0.49% | - |
| XYZ | 13.3 | 13.88 | 3.21 | - |
| YUV | 100.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 30 | 0 | 0.18 | 0.76 | 0.51 | 45.96 | 0.61 | 0.3 |
| Hex | 7C | 66 | 1E | 0 | 12 | 4C | 33 | 2E | 3D | 1E |
| Octal | 174 | 146 | 36 | 0 | 22 | 114 | 63 | 56 | 75 | 36 |
| Binary | 1111100 | 1100110 | 11110 | 0 | 10010 | 1001100 | 110011 | 101110 | 111101 | 11110 |
Color Harmonies of #7C661E
Complementary color
Monochromatic Colors of #7C661E
Black with #7C661E
Text Example
Text Example
White with #7C661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C661E; }
p { color: rgb(124,102,30); }
H1.HeaderClassName
{
color: #7C661E;
}
.AnyTagClassName
{
color: #7C661E;
}
</style>
background-color css
<style>
a { background-color: #7C661E; }
a { background-color: rgb(124,102,30); }
div.DivClassName
{
background-color: #7C661E;
}
.BgClassName
{
background-color: #7C661E;
}
</style>
border-color css
<style>
span { border-color: #7C661E; }
span { border-color: rgb(124,102,30); }
td.TdClassName
{
border-color: #7C661E;
}
.TagClassName
{
border-color: #7C661E;
}
</style>