Shades of Raw Umber #703F06
Tints of Raw Umber #703F06
RGB
CMYK
RGB Variations
Color information
#703F06 (or 0x703F06) is known color: Raw Umber. HEX triplet: 70, 3F and 06. RGB value is (112,63,6). Sum of RGB (Red+Green+Blue) = 112+63+6=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #703F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F06 is #8FC0F9. Grayscale: #474747. Windows color (decimal): -9421050 or 409456. OLE color: 409456.
HSL color Cylindrical-coordinate representation of color #703F06: hue angle of 32.26º 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 #703F06 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 6 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.56 |
| HSL | 32.26º | 0.9% | 0.23% | - |
| HSV(B) | 32.26º | 0.95% | 0.44% | - |
| XYZ | 8.49 | 7.01 | 1.08 | - |
| YUV | 71.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 6 | 0 | 0.44 | 0.95 | 0.56 | 32.26 | 0.9 | 0.23 |
| Hex | 70 | 3F | 6 | 0 | 2C | 5F | 38 | 20 | 5A | 17 |
| Octal | 160 | 77 | 6 | 0 | 54 | 137 | 70 | 40 | 132 | 27 |
| Binary | 1110000 | 111111 | 110 | 0 | 101100 | 1011111 | 111000 | 100000 | 1011010 | 10111 |
Color Harmonies of #703F06
Complementary color
Monochromatic Colors of #703F06
Black with #703F06
Text Example
Text Example
White with #703F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F06; }
p { color: rgb(112,63,6); }
H1.HeaderClassName
{
color: #703F06;
}
.AnyTagClassName
{
color: #703F06;
}
</style>
background-color css
<style>
a { background-color: #703F06; }
a { background-color: rgb(112,63,6); }
div.DivClassName
{
background-color: #703F06;
}
.BgClassName
{
background-color: #703F06;
}
</style>
border-color css
<style>
span { border-color: #703F06; }
span { border-color: rgb(112,63,6); }
td.TdClassName
{
border-color: #703F06;
}
.TagClassName
{
border-color: #703F06;
}
</style>