Shades of Raw Umber #705306
Tints of Raw Umber #705306
RGB
CMYK
RGB Variations
Color information
#705306 (or 0x705306) is known color: Raw Umber. HEX triplet: 70, 53 and 06. RGB value is (112,83,6). Sum of RGB (Red+Green+Blue) = 112+83+6=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705306 is #8FACF9. Grayscale: #535353. Windows color (decimal): -9415930 or 414576. OLE color: 414576.
HSL color Cylindrical-coordinate representation of color #705306: hue angle of 43.58º 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 #705306 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 6 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.56 |
| HSL | 43.58º | 0.9% | 0.23% | - |
| HSV(B) | 43.58º | 0.95% | 0.44% | - |
| XYZ | 9.81 | 9.64 | 1.52 | - |
| YUV | 82.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 6 | 0 | 0.26 | 0.95 | 0.56 | 43.58 | 0.9 | 0.23 |
| Hex | 70 | 53 | 6 | 0 | 1A | 5F | 38 | 2C | 5A | 17 |
| Octal | 160 | 123 | 6 | 0 | 32 | 137 | 70 | 54 | 132 | 27 |
| Binary | 1110000 | 1010011 | 110 | 0 | 11010 | 1011111 | 111000 | 101100 | 1011010 | 10111 |
Color Harmonies of #705306
Complementary color
Monochromatic Colors of #705306
Black with #705306
Text Example
Text Example
White with #705306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705306; }
p { color: rgb(112,83,6); }
H1.HeaderClassName
{
color: #705306;
}
.AnyTagClassName
{
color: #705306;
}
</style>
background-color css
<style>
a { background-color: #705306; }
a { background-color: rgb(112,83,6); }
div.DivClassName
{
background-color: #705306;
}
.BgClassName
{
background-color: #705306;
}
</style>
border-color css
<style>
span { border-color: #705306; }
span { border-color: rgb(112,83,6); }
td.TdClassName
{
border-color: #705306;
}
.TagClassName
{
border-color: #705306;
}
</style>