Shades of Raw Umber #6E4906
Tints of Raw Umber #6E4906
RGB
CMYK
RGB Variations
Color information
#6E4906 (or 0x6E4906) is known color: Raw Umber. HEX triplet: 6E, 49 and 06. RGB value is (110,73,6). Sum of RGB (Red+Green+Blue) = 110+73+6=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4906 is #91B6F9. Grayscale: #4C4C4C. Windows color (decimal): -9549562 or 412014. OLE color: 412014.
HSL color Cylindrical-coordinate representation of color #6E4906: hue angle of 38.65º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E4906 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 6 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.57 |
| HSL | 38.65º | 0.9% | 0.23% | - |
| HSV(B) | 38.65º | 0.95% | 0.43% | - |
| XYZ | 8.85 | 8.09 | 1.27 | - |
| YUV | 76.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 6 | 0 | 0.34 | 0.95 | 0.57 | 38.65 | 0.9 | 0.23 |
| Hex | 6E | 49 | 6 | 0 | 22 | 5F | 39 | 27 | 5A | 17 |
| Octal | 156 | 111 | 6 | 0 | 42 | 137 | 71 | 47 | 132 | 27 |
| Binary | 1101110 | 1001001 | 110 | 0 | 100010 | 1011111 | 111001 | 100111 | 1011010 | 10111 |
Color Harmonies of #6E4906
Complementary color
Monochromatic Colors of #6E4906
Black with #6E4906
Text Example
Text Example
White with #6E4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4906; }
p { color: rgb(110,73,6); }
H1.HeaderClassName
{
color: #6E4906;
}
.AnyTagClassName
{
color: #6E4906;
}
</style>
background-color css
<style>
a { background-color: #6E4906; }
a { background-color: rgb(110,73,6); }
div.DivClassName
{
background-color: #6E4906;
}
.BgClassName
{
background-color: #6E4906;
}
</style>
border-color css
<style>
span { border-color: #6E4906; }
span { border-color: rgb(110,73,6); }
td.TdClassName
{
border-color: #6E4906;
}
.TagClassName
{
border-color: #6E4906;
}
</style>