Shades of Raw Umber #6E4900
Tints of Raw Umber #6E4900
RGB
CMYK
RGB Variations
Color information
#6E4900 (or 0x6E4900) is known color: Raw Umber. HEX triplet: 6E, 49 and 00. RGB value is (110,73,0). Sum of RGB (Red+Green+Blue) = 110+73+0=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4900 is #91B6FF. Grayscale: #4C4C4C. Windows color (decimal): -9549568 or 18798. OLE color: 18798.
HSL color Cylindrical-coordinate representation of color #6E4900: hue angle of 39.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E4900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.57 |
| HSL | 39.82º | 1% | 0.22% | - |
| HSV(B) | 39.82º | 1% | 0.43% | - |
| XYZ | 8.81 | 8.08 | 1.1 | - |
| YUV | 75.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 0 | 0 | 0.34 | 1 | 0.57 | 39.82 | 1 | 0.22 |
| Hex | 6E | 49 | 0 | 0 | 22 | 64 | 39 | 28 | 64 | 16 |
| Octal | 156 | 111 | 0 | 0 | 42 | 144 | 71 | 50 | 144 | 26 |
| Binary | 1101110 | 1001001 | 0 | 0 | 100010 | 1100100 | 111001 | 101000 | 1100100 | 10110 |
Color Harmonies of #6E4900
Complementary color
Monochromatic Colors of #6E4900
Black with #6E4900
Text Example
Text Example
White with #6E4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4900; }
p { color: rgb(110,73,0); }
H1.HeaderClassName
{
color: #6E4900;
}
.AnyTagClassName
{
color: #6E4900;
}
</style>
background-color css
<style>
a { background-color: #6E4900; }
a { background-color: rgb(110,73,0); }
div.DivClassName
{
background-color: #6E4900;
}
.BgClassName
{
background-color: #6E4900;
}
</style>
border-color css
<style>
span { border-color: #6E4900; }
span { border-color: rgb(110,73,0); }
td.TdClassName
{
border-color: #6E4900;
}
.TagClassName
{
border-color: #6E4900;
}
</style>