Shades of Raw Umber #6E440A
Tints of Raw Umber #6E440A
RGB
CMYK
RGB Variations
Color information
#6E440A (or 0x6E440A) is known color: Raw Umber. HEX triplet: 6E, 44 and 0A. RGB value is (110,68,10). Sum of RGB (Red+Green+Blue) = 110+68+10=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E440A is #91BBF5. Grayscale: #4A4A4A. Windows color (decimal): -9550838 or 672878. OLE color: 672878.
HSL color Cylindrical-coordinate representation of color #6E440A: hue angle of 34.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 #6E440A is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 68 | 10 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.57 |
| HSL | 34.8º | 0.83% | 0.24% | - |
| HSV(B) | 34.8º | 0.91% | 0.43% | - |
| XYZ | 8.55 | 7.47 | 1.28 | - |
| YUV | 73.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 10 | 0 | 0.38 | 0.91 | 0.57 | 34.8 | 0.83 | 0.24 |
| Hex | 6E | 44 | A | 0 | 26 | 5B | 39 | 23 | 53 | 18 |
| Octal | 156 | 104 | 12 | 0 | 46 | 133 | 71 | 43 | 123 | 30 |
| Binary | 1101110 | 1000100 | 1010 | 0 | 100110 | 1011011 | 111001 | 100011 | 1010011 | 11000 |
Color Harmonies of #6E440A
Complementary color
Monochromatic Colors of #6E440A
Black with #6E440A
Text Example
Text Example
White with #6E440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E440A; }
p { color: rgb(110,68,10); }
H1.HeaderClassName
{
color: #6E440A;
}
.AnyTagClassName
{
color: #6E440A;
}
</style>
background-color css
<style>
a { background-color: #6E440A; }
a { background-color: rgb(110,68,10); }
div.DivClassName
{
background-color: #6E440A;
}
.BgClassName
{
background-color: #6E440A;
}
</style>
border-color css
<style>
span { border-color: #6E440A; }
span { border-color: rgb(110,68,10); }
td.TdClassName
{
border-color: #6E440A;
}
.TagClassName
{
border-color: #6E440A;
}
</style>