Shades of Raw Umber #6E5216
Tints of Raw Umber #6E5216
RGB
CMYK
RGB Variations
Color information
#6E5216 (or 0x6E5216) is known color: Raw Umber. HEX triplet: 6E, 52 and 16. RGB value is (110,82,22). Sum of RGB (Red+Green+Blue) = 110+82+22=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5216 is #91ADE9. Grayscale: #535353. Windows color (decimal): -9547242 or 1462894. OLE color: 1462894.
HSL color Cylindrical-coordinate representation of color #6E5216: hue angle of 40.91º 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 #6E5216 is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 22 | - |
| CMYK | 0 | 0.25 | 0.8 | 0.57 |
| HSL | 40.91º | 0.67% | 0.26% | - |
| HSV(B) | 40.91º | 0.8% | 0.43% | - |
| XYZ | 9.59 | 9.41 | 2.07 | - |
| YUV | 83.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 22 | 0 | 0.25 | 0.8 | 0.57 | 40.91 | 0.67 | 0.26 |
| Hex | 6E | 52 | 16 | 0 | 19 | 50 | 39 | 29 | 43 | 1A |
| Octal | 156 | 122 | 26 | 0 | 31 | 120 | 71 | 51 | 103 | 32 |
| Binary | 1101110 | 1010010 | 10110 | 0 | 11001 | 1010000 | 111001 | 101001 | 1000011 | 11010 |
Color Harmonies of #6E5216
Complementary color
Monochromatic Colors of #6E5216
Black with #6E5216
Text Example
Text Example
White with #6E5216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5216; }
p { color: rgb(110,82,22); }
H1.HeaderClassName
{
color: #6E5216;
}
.AnyTagClassName
{
color: #6E5216;
}
</style>
background-color css
<style>
a { background-color: #6E5216; }
a { background-color: rgb(110,82,22); }
div.DivClassName
{
background-color: #6E5216;
}
.BgClassName
{
background-color: #6E5216;
}
</style>
border-color css
<style>
span { border-color: #6E5216; }
span { border-color: rgb(110,82,22); }
td.TdClassName
{
border-color: #6E5216;
}
.TagClassName
{
border-color: #6E5216;
}
</style>