Shades of Yukon Gold #7C651E
Tints of Yukon Gold #7C651E
RGB
CMYK
RGB Variations
Color information
#7C651E (or 0x7C651E) is known color: Yukon Gold. HEX triplet: 7C, 65 and 1E. RGB value is (124,101,30). Sum of RGB (Red+Green+Blue) = 124+101+30=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C651E is #839AE1. Grayscale: #646464. Windows color (decimal): -8624866 or 1992060. OLE color: 1992060.
HSL color Cylindrical-coordinate representation of color #7C651E: hue angle of 45.32º 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 #7C651E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 30 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.51 |
| HSL | 45.32º | 0.61% | 0.3% | - |
| HSV(B) | 45.32º | 0.76% | 0.49% | - |
| XYZ | 13.2 | 13.69 | 3.17 | - |
| YUV | 99.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 30 | 0 | 0.19 | 0.76 | 0.51 | 45.32 | 0.61 | 0.3 |
| Hex | 7C | 65 | 1E | 0 | 13 | 4C | 33 | 2D | 3D | 1E |
| Octal | 174 | 145 | 36 | 0 | 23 | 114 | 63 | 55 | 75 | 36 |
| Binary | 1111100 | 1100101 | 11110 | 0 | 10011 | 1001100 | 110011 | 101101 | 111101 | 11110 |
Color Harmonies of #7C651E
Complementary color
Monochromatic Colors of #7C651E
Black with #7C651E
Text Example
Text Example
White with #7C651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C651E; }
p { color: rgb(124,101,30); }
H1.HeaderClassName
{
color: #7C651E;
}
.AnyTagClassName
{
color: #7C651E;
}
</style>
background-color css
<style>
a { background-color: #7C651E; }
a { background-color: rgb(124,101,30); }
div.DivClassName
{
background-color: #7C651E;
}
.BgClassName
{
background-color: #7C651E;
}
</style>
border-color css
<style>
span { border-color: #7C651E; }
span { border-color: rgb(124,101,30); }
td.TdClassName
{
border-color: #7C651E;
}
.TagClassName
{
border-color: #7C651E;
}
</style>