Shades of Raw Umber #705E06
Tints of Raw Umber #705E06
RGB
CMYK
RGB Variations
Color information
#705E06 (or 0x705E06) is known color: Raw Umber. HEX triplet: 70, 5E and 06. RGB value is (112,94,6). Sum of RGB (Red+Green+Blue) = 112+94+6=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E06 is #8FA1F9. Grayscale: #595959. Windows color (decimal): -9413114 or 417392. OLE color: 417392.
HSL color Cylindrical-coordinate representation of color #705E06: hue angle of 49.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #705E06 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 6 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.56 |
| HSL | 49.81º | 0.9% | 0.23% | - |
| HSV(B) | 49.81º | 0.95% | 0.44% | - |
| XYZ | 10.72 | 11.46 | 1.82 | - |
| YUV | 89.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 6 | 0 | 0.16 | 0.95 | 0.56 | 49.81 | 0.9 | 0.23 |
| Hex | 70 | 5E | 6 | 0 | 10 | 5F | 38 | 32 | 5A | 17 |
| Octal | 160 | 136 | 6 | 0 | 20 | 137 | 70 | 62 | 132 | 27 |
| Binary | 1110000 | 1011110 | 110 | 0 | 10000 | 1011111 | 111000 | 110010 | 1011010 | 10111 |
Color Harmonies of #705E06
Complementary color
Monochromatic Colors of #705E06
Black with #705E06
Text Example
Text Example
White with #705E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E06; }
p { color: rgb(112,94,6); }
H1.HeaderClassName
{
color: #705E06;
}
.AnyTagClassName
{
color: #705E06;
}
</style>
background-color css
<style>
a { background-color: #705E06; }
a { background-color: rgb(112,94,6); }
div.DivClassName
{
background-color: #705E06;
}
.BgClassName
{
background-color: #705E06;
}
</style>
border-color css
<style>
span { border-color: #705E06; }
span { border-color: rgb(112,94,6); }
td.TdClassName
{
border-color: #705E06;
}
.TagClassName
{
border-color: #705E06;
}
</style>