Shades of Raw Umber #6E4904
Tints of Raw Umber #6E4904
RGB
CMYK
RGB Variations
Color information
#6E4904 (or 0x6E4904) is known color: Raw Umber. HEX triplet: 6E, 49 and 04. RGB value is (110,73,4). Sum of RGB (Red+Green+Blue) = 110+73+4=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4904 is #91B6FB. Grayscale: #4C4C4C. Windows color (decimal): -9549564 or 280942. OLE color: 280942.
HSL color Cylindrical-coordinate representation of color #6E4904: hue angle of 39.06º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E4904 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 4 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.57 |
| HSL | 39.06º | 0.93% | 0.22% | - |
| HSV(B) | 39.06º | 0.96% | 0.43% | - |
| XYZ | 8.83 | 8.09 | 1.21 | - |
| YUV | 76.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 4 | 0 | 0.34 | 0.96 | 0.57 | 39.06 | 0.93 | 0.22 |
| Hex | 6E | 49 | 4 | 0 | 22 | 60 | 39 | 27 | 5D | 16 |
| Octal | 156 | 111 | 4 | 0 | 42 | 140 | 71 | 47 | 135 | 26 |
| Binary | 1101110 | 1001001 | 100 | 0 | 100010 | 1100000 | 111001 | 100111 | 1011101 | 10110 |
Color Harmonies of #6E4904
Complementary color
Monochromatic Colors of #6E4904
Black with #6E4904
Text Example
Text Example
White with #6E4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4904; }
p { color: rgb(110,73,4); }
H1.HeaderClassName
{
color: #6E4904;
}
.AnyTagClassName
{
color: #6E4904;
}
</style>
background-color css
<style>
a { background-color: #6E4904; }
a { background-color: rgb(110,73,4); }
div.DivClassName
{
background-color: #6E4904;
}
.BgClassName
{
background-color: #6E4904;
}
</style>
border-color css
<style>
span { border-color: #6E4904; }
span { border-color: rgb(110,73,4); }
td.TdClassName
{
border-color: #6E4904;
}
.TagClassName
{
border-color: #6E4904;
}
</style>