Shades of Raw Umber #7E4406
Tints of Raw Umber #7E4406
RGB
CMYK
RGB Variations
Color information
#7E4406 (or 0x7E4406) is known color: Raw Umber. HEX triplet: 7E, 44 and 06. RGB value is (126,68,6). Sum of RGB (Red+Green+Blue) = 126+68+6=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4406 is #81BBF9. Grayscale: #4E4E4E. Windows color (decimal): -8502266 or 410750. OLE color: 410750.
HSL color Cylindrical-coordinate representation of color #7E4406: hue angle of 31º 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 #7E4406 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 6 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.51 |
| HSL | 31º | 0.91% | 0.26% | - |
| HSV(B) | 31º | 0.95% | 0.49% | - |
| XYZ | 10.7 | 8.58 | 1.26 | - |
| YUV | 78.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 6 | 0 | 0.46 | 0.95 | 0.51 | 31 | 0.91 | 0.26 |
| Hex | 7E | 44 | 6 | 0 | 2E | 5F | 33 | 1F | 5B | 1A |
| Octal | 176 | 104 | 6 | 0 | 56 | 137 | 63 | 37 | 133 | 32 |
| Binary | 1111110 | 1000100 | 110 | 0 | 101110 | 1011111 | 110011 | 11111 | 1011011 | 11010 |
Color Harmonies of #7E4406
Complementary color
Monochromatic Colors of #7E4406
Black with #7E4406
Text Example
Text Example
White with #7E4406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4406; }
p { color: rgb(126,68,6); }
H1.HeaderClassName
{
color: #7E4406;
}
.AnyTagClassName
{
color: #7E4406;
}
</style>
background-color css
<style>
a { background-color: #7E4406; }
a { background-color: rgb(126,68,6); }
div.DivClassName
{
background-color: #7E4406;
}
.BgClassName
{
background-color: #7E4406;
}
</style>
border-color css
<style>
span { border-color: #7E4406; }
span { border-color: rgb(126,68,6); }
td.TdClassName
{
border-color: #7E4406;
}
.TagClassName
{
border-color: #7E4406;
}
</style>