Shades of Raw Umber #706004
Tints of Raw Umber #706004
RGB
CMYK
RGB Variations
Color information
#706004 (or 0x706004) is known color: Raw Umber. HEX triplet: 70, 60 and 04. RGB value is (112,96,4). Sum of RGB (Red+Green+Blue) = 112+96+4=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706004 is #8F9FFB. Grayscale: #5A5A5A. Windows color (decimal): -9412604 or 286832. OLE color: 286832.
HSL color Cylindrical-coordinate representation of color #706004: hue angle of 51.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706004 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.56 |
| HSL | 51.11º | 0.93% | 0.23% | - |
| HSV(B) | 51.11º | 0.96% | 0.44% | - |
| XYZ | 10.89 | 11.82 | 1.82 | - |
| YUV | 90.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 4 | 0 | 0.14 | 0.96 | 0.56 | 51.11 | 0.93 | 0.23 |
| Hex | 70 | 60 | 4 | 0 | E | 60 | 38 | 33 | 5D | 17 |
| Octal | 160 | 140 | 4 | 0 | 16 | 140 | 70 | 63 | 135 | 27 |
| Binary | 1110000 | 1100000 | 100 | 0 | 1110 | 1100000 | 111000 | 110011 | 1011101 | 10111 |
Color Harmonies of #706004
Complementary color
Monochromatic Colors of #706004
Black with #706004
Text Example
Text Example
White with #706004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706004; }
p { color: rgb(112,96,4); }
H1.HeaderClassName
{
color: #706004;
}
.AnyTagClassName
{
color: #706004;
}
</style>
background-color css
<style>
a { background-color: #706004; }
a { background-color: rgb(112,96,4); }
div.DivClassName
{
background-color: #706004;
}
.BgClassName
{
background-color: #706004;
}
</style>
border-color css
<style>
span { border-color: #706004; }
span { border-color: rgb(112,96,4); }
td.TdClassName
{
border-color: #706004;
}
.TagClassName
{
border-color: #706004;
}
</style>