Shades of Yukon Gold #7C641E
Tints of Yukon Gold #7C641E
RGB
CMYK
RGB Variations
Color information
#7C641E (or 0x7C641E) is known color: Yukon Gold. HEX triplet: 7C, 64 and 1E. RGB value is (124,100,30). Sum of RGB (Red+Green+Blue) = 124+100+30=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C641E is #839BE1. Grayscale: #636363. Windows color (decimal): -8625122 or 1991804. OLE color: 1991804.
HSL color Cylindrical-coordinate representation of color #7C641E: hue angle of 44.68º 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 #7C641E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 30 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.51 |
| HSL | 44.68º | 0.61% | 0.3% | - |
| HSV(B) | 44.68º | 0.76% | 0.49% | - |
| XYZ | 13.1 | 13.49 | 3.14 | - |
| YUV | 99.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 30 | 0 | 0.19 | 0.76 | 0.51 | 44.68 | 0.61 | 0.3 |
| Hex | 7C | 64 | 1E | 0 | 13 | 4C | 33 | 2D | 3D | 1E |
| Octal | 174 | 144 | 36 | 0 | 23 | 114 | 63 | 55 | 75 | 36 |
| Binary | 1111100 | 1100100 | 11110 | 0 | 10011 | 1001100 | 110011 | 101101 | 111101 | 11110 |
Color Harmonies of #7C641E
Complementary color
Monochromatic Colors of #7C641E
Black with #7C641E
Text Example
Text Example
White with #7C641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C641E; }
p { color: rgb(124,100,30); }
H1.HeaderClassName
{
color: #7C641E;
}
.AnyTagClassName
{
color: #7C641E;
}
</style>
background-color css
<style>
a { background-color: #7C641E; }
a { background-color: rgb(124,100,30); }
div.DivClassName
{
background-color: #7C641E;
}
.BgClassName
{
background-color: #7C641E;
}
</style>
border-color css
<style>
span { border-color: #7C641E; }
span { border-color: rgb(124,100,30); }
td.TdClassName
{
border-color: #7C641E;
}
.TagClassName
{
border-color: #7C641E;
}
</style>