Shades of Raw Umber #6E5211
Tints of Raw Umber #6E5211
RGB
CMYK
RGB Variations
Color information
#6E5211 (or 0x6E5211) is known color: Raw Umber. HEX triplet: 6E, 52 and 11. RGB value is (110,82,17). Sum of RGB (Red+Green+Blue) = 110+82+17=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5211 is #91ADEE. Grayscale: #535353. Windows color (decimal): -9547247 or 1135214. OLE color: 1135214.
HSL color Cylindrical-coordinate representation of color #6E5211: hue angle of 41.94º 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 #6E5211 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 17 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.57 |
| HSL | 41.94º | 0.73% | 0.25% | - |
| HSV(B) | 41.94º | 0.85% | 0.43% | - |
| XYZ | 9.55 | 9.39 | 1.84 | - |
| YUV | 82.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 17 | 0 | 0.25 | 0.85 | 0.57 | 41.94 | 0.73 | 0.25 |
| Hex | 6E | 52 | 11 | 0 | 19 | 55 | 39 | 2A | 49 | 19 |
| Octal | 156 | 122 | 21 | 0 | 31 | 125 | 71 | 52 | 111 | 31 |
| Binary | 1101110 | 1010010 | 10001 | 0 | 11001 | 1010101 | 111001 | 101010 | 1001001 | 11001 |
Color Harmonies of #6E5211
Complementary color
Monochromatic Colors of #6E5211
Black with #6E5211
Text Example
Text Example
White with #6E5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5211; }
p { color: rgb(110,82,17); }
H1.HeaderClassName
{
color: #6E5211;
}
.AnyTagClassName
{
color: #6E5211;
}
</style>
background-color css
<style>
a { background-color: #6E5211; }
a { background-color: rgb(110,82,17); }
div.DivClassName
{
background-color: #6E5211;
}
.BgClassName
{
background-color: #6E5211;
}
</style>
border-color css
<style>
span { border-color: #6E5211; }
span { border-color: rgb(110,82,17); }
td.TdClassName
{
border-color: #6E5211;
}
.TagClassName
{
border-color: #6E5211;
}
</style>