Shades of Raw Umber #706104
Tints of Raw Umber #706104
RGB
CMYK
RGB Variations
Color information
#706104 (or 0x706104) is known color: Raw Umber. HEX triplet: 70, 61 and 04. RGB value is (112,97,4). Sum of RGB (Red+Green+Blue) = 112+97+4=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #706104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706104 is #8F9EFB. Grayscale: #5B5B5B. Windows color (decimal): -9412348 or 287088. OLE color: 287088.
HSL color Cylindrical-coordinate representation of color #706104: hue angle of 51.67º 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 #706104 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 4 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.56 |
| HSL | 51.67º | 0.93% | 0.23% | - |
| HSV(B) | 51.67º | 0.96% | 0.44% | - |
| XYZ | 10.98 | 12 | 1.85 | - |
| YUV | 90.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 4 | 0 | 0.13 | 0.96 | 0.56 | 51.67 | 0.93 | 0.23 |
| Hex | 70 | 61 | 4 | 0 | D | 60 | 38 | 34 | 5D | 17 |
| Octal | 160 | 141 | 4 | 0 | 15 | 140 | 70 | 64 | 135 | 27 |
| Binary | 1110000 | 1100001 | 100 | 0 | 1101 | 1100000 | 111000 | 110100 | 1011101 | 10111 |
Color Harmonies of #706104
Complementary color
Monochromatic Colors of #706104
Black with #706104
Text Example
Text Example
White with #706104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706104; }
p { color: rgb(112,97,4); }
H1.HeaderClassName
{
color: #706104;
}
.AnyTagClassName
{
color: #706104;
}
</style>
background-color css
<style>
a { background-color: #706104; }
a { background-color: rgb(112,97,4); }
div.DivClassName
{
background-color: #706104;
}
.BgClassName
{
background-color: #706104;
}
</style>
border-color css
<style>
span { border-color: #706104; }
span { border-color: rgb(112,97,4); }
td.TdClassName
{
border-color: #706104;
}
.TagClassName
{
border-color: #706104;
}
</style>