Shades of Raw Umber #6E5611
Tints of Raw Umber #6E5611
RGB
CMYK
RGB Variations
Color information
#6E5611 (or 0x6E5611) is known color: Raw Umber. HEX triplet: 6E, 56 and 11. RGB value is (110,86,17). Sum of RGB (Red+Green+Blue) = 110+86+17=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5611 is #91A9EE. Grayscale: #555555. Windows color (decimal): -9546223 or 1136238. OLE color: 1136238.
HSL color Cylindrical-coordinate representation of color #6E5611: hue angle of 44.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E5611 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 17 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.57 |
| HSL | 44.52º | 0.73% | 0.25% | - |
| HSV(B) | 44.52º | 0.85% | 0.43% | - |
| XYZ | 9.86 | 10.01 | 1.94 | - |
| YUV | 85.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 17 | 0 | 0.22 | 0.85 | 0.57 | 44.52 | 0.73 | 0.25 |
| Hex | 6E | 56 | 11 | 0 | 16 | 55 | 39 | 2D | 49 | 19 |
| Octal | 156 | 126 | 21 | 0 | 26 | 125 | 71 | 55 | 111 | 31 |
| Binary | 1101110 | 1010110 | 10001 | 0 | 10110 | 1010101 | 111001 | 101101 | 1001001 | 11001 |
Color Harmonies of #6E5611
Complementary color
Monochromatic Colors of #6E5611
Black with #6E5611
Text Example
Text Example
White with #6E5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5611; }
p { color: rgb(110,86,17); }
H1.HeaderClassName
{
color: #6E5611;
}
.AnyTagClassName
{
color: #6E5611;
}
</style>
background-color css
<style>
a { background-color: #6E5611; }
a { background-color: rgb(110,86,17); }
div.DivClassName
{
background-color: #6E5611;
}
.BgClassName
{
background-color: #6E5611;
}
</style>
border-color css
<style>
span { border-color: #6E5611; }
span { border-color: rgb(110,86,17); }
td.TdClassName
{
border-color: #6E5611;
}
.TagClassName
{
border-color: #6E5611;
}
</style>