Shades of Raw Umber #7E6001
Tints of Raw Umber #7E6001
RGB
CMYK
RGB Variations
Color information
#7E6001 (or 0x7E6001) is known color: Raw Umber. HEX triplet: 7E, 60 and 01. RGB value is (126,96,1). Sum of RGB (Red+Green+Blue) = 126+96+1=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6001 is #819FFE. Grayscale: #5E5E5E. Windows color (decimal): -8495103 or 90238. OLE color: 90238.
HSL color Cylindrical-coordinate representation of color #7E6001: hue angle of 45.6º 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 #7E6001 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.51 |
| HSL | 45.6º | 0.98% | 0.25% | - |
| HSV(B) | 45.6º | 0.99% | 0.49% | - |
| XYZ | 12.79 | 12.8 | 1.83 | - |
| YUV | 94.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 1 | 0 | 0.24 | 0.99 | 0.51 | 45.6 | 0.98 | 0.25 |
| Hex | 7E | 60 | 1 | 0 | 18 | 63 | 33 | 2E | 62 | 19 |
| Octal | 176 | 140 | 1 | 0 | 30 | 143 | 63 | 56 | 142 | 31 |
| Binary | 1111110 | 1100000 | 1 | 0 | 11000 | 1100011 | 110011 | 101110 | 1100010 | 11001 |
Color Harmonies of #7E6001
Complementary color
Monochromatic Colors of #7E6001
Black with #7E6001
Text Example
Text Example
White with #7E6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6001; }
p { color: rgb(126,96,1); }
H1.HeaderClassName
{
color: #7E6001;
}
.AnyTagClassName
{
color: #7E6001;
}
</style>
background-color css
<style>
a { background-color: #7E6001; }
a { background-color: rgb(126,96,1); }
div.DivClassName
{
background-color: #7E6001;
}
.BgClassName
{
background-color: #7E6001;
}
</style>
border-color css
<style>
span { border-color: #7E6001; }
span { border-color: rgb(126,96,1); }
td.TdClassName
{
border-color: #7E6001;
}
.TagClassName
{
border-color: #7E6001;
}
</style>