Shades of Yukon Gold #7C6019
Tints of Yukon Gold #7C6019
RGB
CMYK
RGB Variations
Color information
#7C6019 (or 0x7C6019) is known color: Yukon Gold. HEX triplet: 7C, 60 and 19. RGB value is (124,96,25). Sum of RGB (Red+Green+Blue) = 124+96+25=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6019 is #839FE6. Grayscale: #606060. Windows color (decimal): -8626151 or 1663100. OLE color: 1663100.
HSL color Cylindrical-coordinate representation of color #7C6019: hue angle of 43.03º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C6019 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 25 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.51 |
| HSL | 43.03º | 0.66% | 0.29% | - |
| HSV(B) | 43.03º | 0.8% | 0.49% | - |
| XYZ | 12.67 | 12.72 | 2.71 | - |
| YUV | 96.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 25 | 0 | 0.23 | 0.80 | 0.51 | 43.03 | 0.66 | 0.29 |
| Hex | 7C | 60 | 19 | 0 | 17 | 50 | 33 | 2B | 42 | 1D |
| Octal | 174 | 140 | 31 | 0 | 27 | 120 | 63 | 53 | 102 | 35 |
| Binary | 1111100 | 1100000 | 11001 | 0 | 10111 | 1010000 | 110011 | 101011 | 1000010 | 11101 |
Color Harmonies of #7C6019
Complementary color
Monochromatic Colors of #7C6019
Black with #7C6019
Text Example
Text Example
White with #7C6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6019; }
p { color: rgb(124,96,25); }
H1.HeaderClassName
{
color: #7C6019;
}
.AnyTagClassName
{
color: #7C6019;
}
</style>
background-color css
<style>
a { background-color: #7C6019; }
a { background-color: rgb(124,96,25); }
div.DivClassName
{
background-color: #7C6019;
}
.BgClassName
{
background-color: #7C6019;
}
</style>
border-color css
<style>
span { border-color: #7C6019; }
span { border-color: rgb(124,96,25); }
td.TdClassName
{
border-color: #7C6019;
}
.TagClassName
{
border-color: #7C6019;
}
</style>