Shades of Raw Umber #706103
Tints of Raw Umber #706103
RGB
CMYK
RGB Variations
Color information
#706103 (or 0x706103) is known color: Raw Umber. HEX triplet: 70, 61 and 03. RGB value is (112,97,3). Sum of RGB (Red+Green+Blue) = 112+97+3=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706103 is #8F9EFC. Grayscale: #5B5B5B. Windows color (decimal): -9412349 or 221552. OLE color: 221552.
HSL color Cylindrical-coordinate representation of color #706103: hue angle of 51.74º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #706103 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 3 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.56 |
| HSL | 51.74º | 0.95% | 0.23% | - |
| HSV(B) | 51.74º | 0.97% | 0.44% | - |
| XYZ | 10.97 | 12 | 1.82 | - |
| YUV | 90.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 3 | 0 | 0.13 | 0.97 | 0.56 | 51.74 | 0.95 | 0.23 |
| Hex | 70 | 61 | 3 | 0 | D | 61 | 38 | 34 | 5F | 17 |
| Octal | 160 | 141 | 3 | 0 | 15 | 141 | 70 | 64 | 137 | 27 |
| Binary | 1110000 | 1100001 | 11 | 0 | 1101 | 1100001 | 111000 | 110100 | 1011111 | 10111 |
Color Harmonies of #706103
Complementary color
Monochromatic Colors of #706103
Black with #706103
Text Example
Text Example
White with #706103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706103; }
p { color: rgb(112,97,3); }
H1.HeaderClassName
{
color: #706103;
}
.AnyTagClassName
{
color: #706103;
}
</style>
background-color css
<style>
a { background-color: #706103; }
a { background-color: rgb(112,97,3); }
div.DivClassName
{
background-color: #706103;
}
.BgClassName
{
background-color: #706103;
}
</style>
border-color css
<style>
span { border-color: #706103; }
span { border-color: rgb(112,97,3); }
td.TdClassName
{
border-color: #706103;
}
.TagClassName
{
border-color: #706103;
}
</style>