Shades of Raw Umber #6E4914
Tints of Raw Umber #6E4914
RGB
CMYK
RGB Variations
Color information
#6E4914 (or 0x6E4914) is known color: Raw Umber. HEX triplet: 6E, 49 and 14. RGB value is (110,73,20). Sum of RGB (Red+Green+Blue) = 110+73+20=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4914 is #91B6EB. Grayscale: #4E4E4E. Windows color (decimal): -9549548 or 1329518. OLE color: 1329518.
HSL color Cylindrical-coordinate representation of color #6E4914: hue angle of 35.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E4914 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 20 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.57 |
| HSL | 35.33º | 0.69% | 0.25% | - |
| HSV(B) | 35.33º | 0.82% | 0.43% | - |
| XYZ | 8.94 | 8.13 | 1.76 | - |
| YUV | 78.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 20 | 0 | 0.34 | 0.82 | 0.57 | 35.33 | 0.69 | 0.25 |
| Hex | 6E | 49 | 14 | 0 | 22 | 52 | 39 | 23 | 45 | 19 |
| Octal | 156 | 111 | 24 | 0 | 42 | 122 | 71 | 43 | 105 | 31 |
| Binary | 1101110 | 1001001 | 10100 | 0 | 100010 | 1010010 | 111001 | 100011 | 1000101 | 11001 |
Color Harmonies of #6E4914
Complementary color
Monochromatic Colors of #6E4914
Black with #6E4914
Text Example
Text Example
White with #6E4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4914; }
p { color: rgb(110,73,20); }
H1.HeaderClassName
{
color: #6E4914;
}
.AnyTagClassName
{
color: #6E4914;
}
</style>
background-color css
<style>
a { background-color: #6E4914; }
a { background-color: rgb(110,73,20); }
div.DivClassName
{
background-color: #6E4914;
}
.BgClassName
{
background-color: #6E4914;
}
</style>
border-color css
<style>
span { border-color: #6E4914; }
span { border-color: rgb(110,73,20); }
td.TdClassName
{
border-color: #6E4914;
}
.TagClassName
{
border-color: #6E4914;
}
</style>