Shades of Raw Umber #7E6000
Tints of Raw Umber #7E6000
RGB
CMYK
RGB Variations
Color information
#7E6000 (or 0x7E6000) is known color: Raw Umber. HEX triplet: 7E, 60 and 00. RGB value is (126,96,0). Sum of RGB (Red+Green+Blue) = 126+96+0=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6000 is #819FFF. Grayscale: #5E5E5E. Windows color (decimal): -8495104 or 24702. OLE color: 24702.
HSL color Cylindrical-coordinate representation of color #7E6000: hue angle of 45.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E6000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.51 |
| HSL | 45.71º | 1% | 0.25% | - |
| HSV(B) | 45.71º | 1% | 0.49% | - |
| XYZ | 12.79 | 12.8 | 1.8 | - |
| YUV | 94.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 0 | 0 | 0.24 | 1 | 0.51 | 45.71 | 1 | 0.25 |
| Hex | 7E | 60 | 0 | 0 | 18 | 64 | 33 | 2E | 64 | 19 |
| Octal | 176 | 140 | 0 | 0 | 30 | 144 | 63 | 56 | 144 | 31 |
| Binary | 1111110 | 1100000 | 0 | 0 | 11000 | 1100100 | 110011 | 101110 | 1100100 | 11001 |
Color Harmonies of #7E6000
Complementary color
Monochromatic Colors of #7E6000
Black with #7E6000
Text Example
Text Example
White with #7E6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6000; }
p { color: rgb(126,96,0); }
H1.HeaderClassName
{
color: #7E6000;
}
.AnyTagClassName
{
color: #7E6000;
}
</style>
background-color css
<style>
a { background-color: #7E6000; }
a { background-color: rgb(126,96,0); }
div.DivClassName
{
background-color: #7E6000;
}
.BgClassName
{
background-color: #7E6000;
}
</style>
border-color css
<style>
span { border-color: #7E6000; }
span { border-color: rgb(126,96,0); }
td.TdClassName
{
border-color: #7E6000;
}
.TagClassName
{
border-color: #7E6000;
}
</style>