Shades of Raw Umber #6E490A
Tints of Raw Umber #6E490A
RGB
CMYK
RGB Variations
Color information
#6E490A (or 0x6E490A) is known color: Raw Umber. HEX triplet: 6E, 49 and 0A. RGB value is (110,73,10). Sum of RGB (Red+Green+Blue) = 110+73+10=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E490A is #91B6F5. Grayscale: #4D4D4D. Windows color (decimal): -9549558 or 674158. OLE color: 674158.
HSL color Cylindrical-coordinate representation of color #6E490A: hue angle of 37.8º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E490A is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 10 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.57 |
| HSL | 37.8º | 0.83% | 0.24% | - |
| HSV(B) | 37.8º | 0.91% | 0.43% | - |
| XYZ | 8.87 | 8.1 | 1.38 | - |
| YUV | 76.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 10 | 0 | 0.34 | 0.91 | 0.57 | 37.8 | 0.83 | 0.24 |
| Hex | 6E | 49 | A | 0 | 22 | 5B | 39 | 26 | 53 | 18 |
| Octal | 156 | 111 | 12 | 0 | 42 | 133 | 71 | 46 | 123 | 30 |
| Binary | 1101110 | 1001001 | 1010 | 0 | 100010 | 1011011 | 111001 | 100110 | 1010011 | 11000 |
Color Harmonies of #6E490A
Complementary color
Monochromatic Colors of #6E490A
Black with #6E490A
Text Example
Text Example
White with #6E490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E490A; }
p { color: rgb(110,73,10); }
H1.HeaderClassName
{
color: #6E490A;
}
.AnyTagClassName
{
color: #6E490A;
}
</style>
background-color css
<style>
a { background-color: #6E490A; }
a { background-color: rgb(110,73,10); }
div.DivClassName
{
background-color: #6E490A;
}
.BgClassName
{
background-color: #6E490A;
}
</style>
border-color css
<style>
span { border-color: #6E490A; }
span { border-color: rgb(110,73,10); }
td.TdClassName
{
border-color: #6E490A;
}
.TagClassName
{
border-color: #6E490A;
}
</style>