Shades of Yukon Gold #7C6326
Tints of Yukon Gold #7C6326
RGB
CMYK
RGB Variations
Color information
#7C6326 (or 0x7C6326) is known color: Yukon Gold. HEX triplet: 7C, 63 and 26. RGB value is (124,99,38). Sum of RGB (Red+Green+Blue) = 124+99+38=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6326 is #839CD9. Grayscale: #636363. Windows color (decimal): -8625370 or 2515836. OLE color: 2515836.
HSL color Cylindrical-coordinate representation of color #7C6326: hue angle of 42.56º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C6326 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 38 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.51 |
| HSL | 42.56º | 0.53% | 0.32% | - |
| HSV(B) | 42.56º | 0.69% | 0.49% | - |
| XYZ | 13.12 | 13.35 | 3.72 | - |
| YUV | 99.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 38 | 0 | 0.20 | 0.69 | 0.51 | 42.56 | 0.53 | 0.32 |
| Hex | 7C | 63 | 26 | 0 | 14 | 45 | 33 | 2B | 35 | 20 |
| Octal | 174 | 143 | 46 | 0 | 24 | 105 | 63 | 53 | 65 | 40 |
| Binary | 1111100 | 1100011 | 100110 | 0 | 10100 | 1000101 | 110011 | 101011 | 110101 | 100000 |
Color Harmonies of #7C6326
Complementary color
Monochromatic Colors of #7C6326
Black with #7C6326
Text Example
Text Example
White with #7C6326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6326; }
p { color: rgb(124,99,38); }
H1.HeaderClassName
{
color: #7C6326;
}
.AnyTagClassName
{
color: #7C6326;
}
</style>
background-color css
<style>
a { background-color: #7C6326; }
a { background-color: rgb(124,99,38); }
div.DivClassName
{
background-color: #7C6326;
}
.BgClassName
{
background-color: #7C6326;
}
</style>
border-color css
<style>
span { border-color: #7C6326; }
span { border-color: rgb(124,99,38); }
td.TdClassName
{
border-color: #7C6326;
}
.TagClassName
{
border-color: #7C6326;
}
</style>