Shades of Raw Umber #6E460A
Tints of Raw Umber #6E460A
RGB
CMYK
RGB Variations
Color information
#6E460A (or 0x6E460A) is known color: Raw Umber. HEX triplet: 6E, 46 and 0A. RGB value is (110,70,10). Sum of RGB (Red+Green+Blue) = 110+70+10=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E460A is #91B9F5. Grayscale: #4B4B4B. Windows color (decimal): -9550326 or 673390. OLE color: 673390.
HSL color Cylindrical-coordinate representation of color #6E460A: hue angle of 36º 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 #6E460A is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 70 | 10 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.57 |
| HSL | 36º | 0.83% | 0.24% | - |
| HSV(B) | 36º | 0.91% | 0.43% | - |
| XYZ | 8.68 | 7.72 | 1.32 | - |
| YUV | 75.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 10 | 0 | 0.36 | 0.91 | 0.57 | 36 | 0.83 | 0.24 |
| Hex | 6E | 46 | A | 0 | 24 | 5B | 39 | 24 | 53 | 18 |
| Octal | 156 | 106 | 12 | 0 | 44 | 133 | 71 | 44 | 123 | 30 |
| Binary | 1101110 | 1000110 | 1010 | 0 | 100100 | 1011011 | 111001 | 100100 | 1010011 | 11000 |
Color Harmonies of #6E460A
Complementary color
Monochromatic Colors of #6E460A
Black with #6E460A
Text Example
Text Example
White with #6E460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E460A; }
p { color: rgb(110,70,10); }
H1.HeaderClassName
{
color: #6E460A;
}
.AnyTagClassName
{
color: #6E460A;
}
</style>
background-color css
<style>
a { background-color: #6E460A; }
a { background-color: rgb(110,70,10); }
div.DivClassName
{
background-color: #6E460A;
}
.BgClassName
{
background-color: #6E460A;
}
</style>
border-color css
<style>
span { border-color: #6E460A; }
span { border-color: rgb(110,70,10); }
td.TdClassName
{
border-color: #6E460A;
}
.TagClassName
{
border-color: #6E460A;
}
</style>