Shades of Raw Umber #7E5106
Tints of Raw Umber #7E5106
RGB
CMYK
RGB Variations
Color information
#7E5106 (or 0x7E5106) is known color: Raw Umber. HEX triplet: 7E, 51 and 06. RGB value is (126,81,6). Sum of RGB (Red+Green+Blue) = 126+81+6=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5106 is #81AEF9. Grayscale: #565656. Windows color (decimal): -8498938 or 414078. OLE color: 414078.
HSL color Cylindrical-coordinate representation of color #7E5106: hue angle of 37.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E5106 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 6 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.51 |
| HSL | 37.5º | 0.91% | 0.26% | - |
| HSV(B) | 37.5º | 0.95% | 0.49% | - |
| XYZ | 11.58 | 10.33 | 1.56 | - |
| YUV | 85.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 6 | 0 | 0.36 | 0.95 | 0.51 | 37.5 | 0.91 | 0.26 |
| Hex | 7E | 51 | 6 | 0 | 24 | 5F | 33 | 26 | 5B | 1A |
| Octal | 176 | 121 | 6 | 0 | 44 | 137 | 63 | 46 | 133 | 32 |
| Binary | 1111110 | 1010001 | 110 | 0 | 100100 | 1011111 | 110011 | 100110 | 1011011 | 11010 |
Color Harmonies of #7E5106
Complementary color
Monochromatic Colors of #7E5106
Black with #7E5106
Text Example
Text Example
White with #7E5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5106; }
p { color: rgb(126,81,6); }
H1.HeaderClassName
{
color: #7E5106;
}
.AnyTagClassName
{
color: #7E5106;
}
</style>
background-color css
<style>
a { background-color: #7E5106; }
a { background-color: rgb(126,81,6); }
div.DivClassName
{
background-color: #7E5106;
}
.BgClassName
{
background-color: #7E5106;
}
</style>
border-color css
<style>
span { border-color: #7E5106; }
span { border-color: rgb(126,81,6); }
td.TdClassName
{
border-color: #7E5106;
}
.TagClassName
{
border-color: #7E5106;
}
</style>