Shades of Raw Umber #6E5E09
Tints of Raw Umber #6E5E09
RGB
CMYK
RGB Variations
Color information
#6E5E09 (or 0x6E5E09) is known color: Raw Umber. HEX triplet: 6E, 5E and 09. RGB value is (110,94,9). Sum of RGB (Red+Green+Blue) = 110+94+9=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5E09 is #91A1F6. Grayscale: #595959. Windows color (decimal): -9544183 or 613998. OLE color: 613998.
HSL color Cylindrical-coordinate representation of color #6E5E09: hue angle of 50.5º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E5E09 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 94 | 9 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.57 |
| HSL | 50.5º | 0.85% | 0.23% | - |
| HSV(B) | 50.5º | 0.92% | 0.43% | - |
| XYZ | 10.48 | 11.34 | 1.89 | - |
| YUV | 89.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 9 | 0 | 0.15 | 0.92 | 0.57 | 50.5 | 0.85 | 0.23 |
| Hex | 6E | 5E | 9 | 0 | F | 5C | 39 | 32 | 55 | 17 |
| Octal | 156 | 136 | 11 | 0 | 17 | 134 | 71 | 62 | 125 | 27 |
| Binary | 1101110 | 1011110 | 1001 | 0 | 1111 | 1011100 | 111001 | 110010 | 1010101 | 10111 |
Color Harmonies of #6E5E09
Complementary color
Monochromatic Colors of #6E5E09
Black with #6E5E09
Text Example
Text Example
White with #6E5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E09; }
p { color: rgb(110,94,9); }
H1.HeaderClassName
{
color: #6E5E09;
}
.AnyTagClassName
{
color: #6E5E09;
}
</style>
background-color css
<style>
a { background-color: #6E5E09; }
a { background-color: rgb(110,94,9); }
div.DivClassName
{
background-color: #6E5E09;
}
.BgClassName
{
background-color: #6E5E09;
}
</style>
border-color css
<style>
span { border-color: #6E5E09; }
span { border-color: rgb(110,94,9); }
td.TdClassName
{
border-color: #6E5E09;
}
.TagClassName
{
border-color: #6E5E09;
}
</style>