Shades of Yukon Gold #7C600F
Tints of Yukon Gold #7C600F
RGB
CMYK
RGB Variations
Color information
#7C600F (or 0x7C600F) is known color: Yukon Gold. HEX triplet: 7C, 60 and 0F. RGB value is (124,96,15). Sum of RGB (Red+Green+Blue) = 124+96+15=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C600F is #839FF0. Grayscale: #5F5F5F. Windows color (decimal): -8626161 or 1007740. OLE color: 1007740.
HSL color Cylindrical-coordinate representation of color #7C600F: hue angle of 44.59º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C600F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 15 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.51 |
| HSL | 44.59º | 0.78% | 0.27% | - |
| HSV(B) | 44.59º | 0.88% | 0.49% | - |
| XYZ | 12.58 | 12.69 | 2.24 | - |
| YUV | 95.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 15 | 0 | 0.23 | 0.88 | 0.51 | 44.59 | 0.78 | 0.27 |
| Hex | 7C | 60 | F | 0 | 17 | 58 | 33 | 2D | 4E | 1B |
| Octal | 174 | 140 | 17 | 0 | 27 | 130 | 63 | 55 | 116 | 33 |
| Binary | 1111100 | 1100000 | 1111 | 0 | 10111 | 1011000 | 110011 | 101101 | 1001110 | 11011 |
Color Harmonies of #7C600F
Complementary color
Monochromatic Colors of #7C600F
Black with #7C600F
Text Example
Text Example
White with #7C600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C600F; }
p { color: rgb(124,96,15); }
H1.HeaderClassName
{
color: #7C600F;
}
.AnyTagClassName
{
color: #7C600F;
}
</style>
background-color css
<style>
a { background-color: #7C600F; }
a { background-color: rgb(124,96,15); }
div.DivClassName
{
background-color: #7C600F;
}
.BgClassName
{
background-color: #7C600F;
}
</style>
border-color css
<style>
span { border-color: #7C600F; }
span { border-color: rgb(124,96,15); }
td.TdClassName
{
border-color: #7C600F;
}
.TagClassName
{
border-color: #7C600F;
}
</style>