Shades of Raw Umber #6E4C11
Tints of Raw Umber #6E4C11
RGB
CMYK
RGB Variations
Color information
#6E4C11 (or 0x6E4C11) is known color: Raw Umber. HEX triplet: 6E, 4C and 11. RGB value is (110,76,17). Sum of RGB (Red+Green+Blue) = 110+76+17=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4C11 is #91B3EE. Grayscale: #4F4F4F. Windows color (decimal): -9548783 or 1133678. OLE color: 1133678.
HSL color Cylindrical-coordinate representation of color #6E4C11: hue angle of 38.06º 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 #6E4C11 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 76 | 17 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.57 |
| HSL | 38.06º | 0.73% | 0.25% | - |
| HSV(B) | 38.06º | 0.85% | 0.43% | - |
| XYZ | 9.12 | 8.52 | 1.7 | - |
| YUV | 79.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 17 | 0 | 0.31 | 0.85 | 0.57 | 38.06 | 0.73 | 0.25 |
| Hex | 6E | 4C | 11 | 0 | 1F | 55 | 39 | 26 | 49 | 19 |
| Octal | 156 | 114 | 21 | 0 | 37 | 125 | 71 | 46 | 111 | 31 |
| Binary | 1101110 | 1001100 | 10001 | 0 | 11111 | 1010101 | 111001 | 100110 | 1001001 | 11001 |
Color Harmonies of #6E4C11
Complementary color
Monochromatic Colors of #6E4C11
Black with #6E4C11
Text Example
Text Example
White with #6E4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4C11; }
p { color: rgb(110,76,17); }
H1.HeaderClassName
{
color: #6E4C11;
}
.AnyTagClassName
{
color: #6E4C11;
}
</style>
background-color css
<style>
a { background-color: #6E4C11; }
a { background-color: rgb(110,76,17); }
div.DivClassName
{
background-color: #6E4C11;
}
.BgClassName
{
background-color: #6E4C11;
}
</style>
border-color css
<style>
span { border-color: #6E4C11; }
span { border-color: rgb(110,76,17); }
td.TdClassName
{
border-color: #6E4C11;
}
.TagClassName
{
border-color: #6E4C11;
}
</style>