Shades of Raw Umber #6D590E
Tints of Raw Umber #6D590E
RGB
CMYK
RGB Variations
Color information
#6D590E (or 0x6D590E) is known color: Raw Umber. HEX triplet: 6D, 59 and 0E. RGB value is (109,89,14). Sum of RGB (Red+Green+Blue) = 109+89+14=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D590E is #92A6F1. Grayscale: #565656. Windows color (decimal): -9610994 or 940397. OLE color: 940397.
HSL color Cylindrical-coordinate representation of color #6D590E: hue angle of 47.37º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D590E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 14 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.57 |
| HSL | 47.37º | 0.77% | 0.24% | - |
| HSV(B) | 47.37º | 0.87% | 0.43% | - |
| XYZ | 9.96 | 10.43 | 1.9 | - |
| YUV | 86.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 14 | 0 | 0.18 | 0.87 | 0.57 | 47.37 | 0.77 | 0.24 |
| Hex | 6D | 59 | E | 0 | 12 | 57 | 39 | 2F | 4D | 18 |
| Octal | 155 | 131 | 16 | 0 | 22 | 127 | 71 | 57 | 115 | 30 |
| Binary | 1101101 | 1011001 | 1110 | 0 | 10010 | 1010111 | 111001 | 101111 | 1001101 | 11000 |
Color Harmonies of #6D590E
Complementary color
Monochromatic Colors of #6D590E
Black with #6D590E
Text Example
Text Example
White with #6D590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D590E; }
p { color: rgb(109,89,14); }
H1.HeaderClassName
{
color: #6D590E;
}
.AnyTagClassName
{
color: #6D590E;
}
</style>
background-color css
<style>
a { background-color: #6D590E; }
a { background-color: rgb(109,89,14); }
div.DivClassName
{
background-color: #6D590E;
}
.BgClassName
{
background-color: #6D590E;
}
</style>
border-color css
<style>
span { border-color: #6D590E; }
span { border-color: rgb(109,89,14); }
td.TdClassName
{
border-color: #6D590E;
}
.TagClassName
{
border-color: #6D590E;
}
</style>