Shades of Raw Umber #6E5716
Tints of Raw Umber #6E5716
RGB
CMYK
RGB Variations
Color information
#6E5716 (or 0x6E5716) is known color: Raw Umber. HEX triplet: 6E, 57 and 16. RGB value is (110,87,22). Sum of RGB (Red+Green+Blue) = 110+87+22=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5716 is #91A8E9. Grayscale: #565656. Windows color (decimal): -9545962 or 1464174. OLE color: 1464174.
HSL color Cylindrical-coordinate representation of color #6E5716: hue angle of 44.32º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E5716 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 22 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.57 |
| HSL | 44.32º | 0.67% | 0.26% | - |
| HSV(B) | 44.32º | 0.8% | 0.43% | - |
| XYZ | 9.98 | 10.19 | 2.2 | - |
| YUV | 86.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 22 | 0 | 0.21 | 0.8 | 0.57 | 44.32 | 0.67 | 0.26 |
| Hex | 6E | 57 | 16 | 0 | 15 | 50 | 39 | 2C | 43 | 1A |
| Octal | 156 | 127 | 26 | 0 | 25 | 120 | 71 | 54 | 103 | 32 |
| Binary | 1101110 | 1010111 | 10110 | 0 | 10101 | 1010000 | 111001 | 101100 | 1000011 | 11010 |
Color Harmonies of #6E5716
Complementary color
Monochromatic Colors of #6E5716
Black with #6E5716
Text Example
Text Example
White with #6E5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5716; }
p { color: rgb(110,87,22); }
H1.HeaderClassName
{
color: #6E5716;
}
.AnyTagClassName
{
color: #6E5716;
}
</style>
background-color css
<style>
a { background-color: #6E5716; }
a { background-color: rgb(110,87,22); }
div.DivClassName
{
background-color: #6E5716;
}
.BgClassName
{
background-color: #6E5716;
}
</style>
border-color css
<style>
span { border-color: #6E5716; }
span { border-color: rgb(110,87,22); }
td.TdClassName
{
border-color: #6E5716;
}
.TagClassName
{
border-color: #6E5716;
}
</style>