Shades of Raw Umber #705506
Tints of Raw Umber #705506
RGB
CMYK
RGB Variations
Color information
#705506 (or 0x705506) is known color: Raw Umber. HEX triplet: 70, 55 and 06. RGB value is (112,85,6). Sum of RGB (Red+Green+Blue) = 112+85+6=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705506 is #8FAAF9. Grayscale: #545454. Windows color (decimal): -9415418 or 415088. OLE color: 415088.
HSL color Cylindrical-coordinate representation of color #705506: hue angle of 44.72º 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 #705506 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 6 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.56 |
| HSL | 44.72º | 0.9% | 0.23% | - |
| HSV(B) | 44.72º | 0.95% | 0.44% | - |
| XYZ | 9.96 | 9.95 | 1.57 | - |
| YUV | 84.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 6 | 0 | 0.24 | 0.95 | 0.56 | 44.72 | 0.9 | 0.23 |
| Hex | 70 | 55 | 6 | 0 | 18 | 5F | 38 | 2D | 5A | 17 |
| Octal | 160 | 125 | 6 | 0 | 30 | 137 | 70 | 55 | 132 | 27 |
| Binary | 1110000 | 1010101 | 110 | 0 | 11000 | 1011111 | 111000 | 101101 | 1011010 | 10111 |
Color Harmonies of #705506
Complementary color
Monochromatic Colors of #705506
Black with #705506
Text Example
Text Example
White with #705506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705506; }
p { color: rgb(112,85,6); }
H1.HeaderClassName
{
color: #705506;
}
.AnyTagClassName
{
color: #705506;
}
</style>
background-color css
<style>
a { background-color: #705506; }
a { background-color: rgb(112,85,6); }
div.DivClassName
{
background-color: #705506;
}
.BgClassName
{
background-color: #705506;
}
</style>
border-color css
<style>
span { border-color: #705506; }
span { border-color: rgb(112,85,6); }
td.TdClassName
{
border-color: #705506;
}
.TagClassName
{
border-color: #705506;
}
</style>