Shades of Raw Umber #705609
Tints of Raw Umber #705609
RGB
CMYK
RGB Variations
Color information
#705609 (or 0x705609) is known color: Raw Umber. HEX triplet: 70, 56 and 09. RGB value is (112,86,9). Sum of RGB (Red+Green+Blue) = 112+86+9=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705609 is #8FA9F6. Grayscale: #555555. Windows color (decimal): -9415159 or 611952. OLE color: 611952.
HSL color Cylindrical-coordinate representation of color #705609: hue angle of 44.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #705609 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 9 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.56 |
| HSL | 44.85º | 0.85% | 0.24% | - |
| HSV(B) | 44.85º | 0.92% | 0.44% | - |
| XYZ | 10.06 | 10.12 | 1.68 | - |
| YUV | 85 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 9 | 0 | 0.23 | 0.92 | 0.56 | 44.85 | 0.85 | 0.24 |
| Hex | 70 | 56 | 9 | 0 | 17 | 5C | 38 | 2D | 55 | 18 |
| Octal | 160 | 126 | 11 | 0 | 27 | 134 | 70 | 55 | 125 | 30 |
| Binary | 1110000 | 1010110 | 1001 | 0 | 10111 | 1011100 | 111000 | 101101 | 1010101 | 11000 |
Color Harmonies of #705609
Complementary color
Monochromatic Colors of #705609
Black with #705609
Text Example
Text Example
White with #705609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705609; }
p { color: rgb(112,86,9); }
H1.HeaderClassName
{
color: #705609;
}
.AnyTagClassName
{
color: #705609;
}
</style>
background-color css
<style>
a { background-color: #705609; }
a { background-color: rgb(112,86,9); }
div.DivClassName
{
background-color: #705609;
}
.BgClassName
{
background-color: #705609;
}
</style>
border-color css
<style>
span { border-color: #705609; }
span { border-color: rgb(112,86,9); }
td.TdClassName
{
border-color: #705609;
}
.TagClassName
{
border-color: #705609;
}
</style>