Shades of Raw Umber #703D06
Tints of Raw Umber #703D06
RGB
CMYK
RGB Variations
Color information
#703D06 (or 0x703D06) is known color: Raw Umber. HEX triplet: 70, 3D and 06. RGB value is (112,61,6). Sum of RGB (Red+Green+Blue) = 112+61+6=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #703D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D06 is #8FC2F9. Grayscale: #464646. Windows color (decimal): -9421562 or 408944. OLE color: 408944.
HSL color Cylindrical-coordinate representation of color #703D06: hue angle of 31.13º 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 #703D06 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 6 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.56 |
| HSL | 31.13º | 0.9% | 0.23% | - |
| HSV(B) | 31.13º | 0.95% | 0.44% | - |
| XYZ | 8.38 | 6.8 | 1.04 | - |
| YUV | 69.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 6 | 0 | 0.46 | 0.95 | 0.56 | 31.13 | 0.9 | 0.23 |
| Hex | 70 | 3D | 6 | 0 | 2E | 5F | 38 | 1F | 5A | 17 |
| Octal | 160 | 75 | 6 | 0 | 56 | 137 | 70 | 37 | 132 | 27 |
| Binary | 1110000 | 111101 | 110 | 0 | 101110 | 1011111 | 111000 | 11111 | 1011010 | 10111 |
Color Harmonies of #703D06
Complementary color
Monochromatic Colors of #703D06
Black with #703D06
Text Example
Text Example
White with #703D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D06; }
p { color: rgb(112,61,6); }
H1.HeaderClassName
{
color: #703D06;
}
.AnyTagClassName
{
color: #703D06;
}
</style>
background-color css
<style>
a { background-color: #703D06; }
a { background-color: rgb(112,61,6); }
div.DivClassName
{
background-color: #703D06;
}
.BgClassName
{
background-color: #703D06;
}
</style>
border-color css
<style>
span { border-color: #703D06; }
span { border-color: rgb(112,61,6); }
td.TdClassName
{
border-color: #703D06;
}
.TagClassName
{
border-color: #703D06;
}
</style>