Shades of Raw Umber #7C6001
Tints of Raw Umber #7C6001
RGB
CMYK
RGB Variations
Color information
#7C6001 (or 0x7C6001) is known color: Raw Umber. HEX triplet: 7C, 60 and 01. RGB value is (124,96,1). Sum of RGB (Red+Green+Blue) = 124+96+1=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6001 is #839FFE. Grayscale: #5D5D5D. Windows color (decimal): -8626175 or 90236. OLE color: 90236.
HSL color Cylindrical-coordinate representation of color #7C6001: hue angle of 46.34º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C6001 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.51 |
| HSL | 46.34º | 0.98% | 0.25% | - |
| HSV(B) | 46.34º | 0.99% | 0.49% | - |
| XYZ | 12.5 | 12.65 | 1.81 | - |
| YUV | 93.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 1 | 0 | 0.23 | 0.99 | 0.51 | 46.34 | 0.98 | 0.25 |
| Hex | 7C | 60 | 1 | 0 | 17 | 63 | 33 | 2E | 62 | 19 |
| Octal | 174 | 140 | 1 | 0 | 27 | 143 | 63 | 56 | 142 | 31 |
| Binary | 1111100 | 1100000 | 1 | 0 | 10111 | 1100011 | 110011 | 101110 | 1100010 | 11001 |
Color Harmonies of #7C6001
Complementary color
Monochromatic Colors of #7C6001
Black with #7C6001
Text Example
Text Example
White with #7C6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6001; }
p { color: rgb(124,96,1); }
H1.HeaderClassName
{
color: #7C6001;
}
.AnyTagClassName
{
color: #7C6001;
}
</style>
background-color css
<style>
a { background-color: #7C6001; }
a { background-color: rgb(124,96,1); }
div.DivClassName
{
background-color: #7C6001;
}
.BgClassName
{
background-color: #7C6001;
}
</style>
border-color css
<style>
span { border-color: #7C6001; }
span { border-color: rgb(124,96,1); }
td.TdClassName
{
border-color: #7C6001;
}
.TagClassName
{
border-color: #7C6001;
}
</style>