Shades of Raw Umber #6E3804
Tints of Raw Umber #6E3804
RGB
CMYK
RGB Variations
Color information
#6E3804 (or 0x6E3804) is known color: Raw Umber. HEX triplet: 6E, 38 and 04. RGB value is (110,56,4). Sum of RGB (Red+Green+Blue) = 110+56+4=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3804 is #91C7FB. Grayscale: #424242. Windows color (decimal): -9553916 or 276590. OLE color: 276590.
HSL color Cylindrical-coordinate representation of color #6E3804: hue angle of 29.43º 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 #6E3804 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 4 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.57 |
| HSL | 29.43º | 0.93% | 0.22% | - |
| HSV(B) | 29.43º | 0.96% | 0.43% | - |
| XYZ | 7.87 | 6.15 | 0.89 | - |
| YUV | 66.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 4 | 0 | 0.49 | 0.96 | 0.57 | 29.43 | 0.93 | 0.22 |
| Hex | 6E | 38 | 4 | 0 | 31 | 60 | 39 | 1D | 5D | 16 |
| Octal | 156 | 70 | 4 | 0 | 61 | 140 | 71 | 35 | 135 | 26 |
| Binary | 1101110 | 111000 | 100 | 0 | 110001 | 1100000 | 111001 | 11101 | 1011101 | 10110 |
Color Harmonies of #6E3804
Complementary color
Monochromatic Colors of #6E3804
Black with #6E3804
Text Example
Text Example
White with #6E3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3804; }
p { color: rgb(110,56,4); }
H1.HeaderClassName
{
color: #6E3804;
}
.AnyTagClassName
{
color: #6E3804;
}
</style>
background-color css
<style>
a { background-color: #6E3804; }
a { background-color: rgb(110,56,4); }
div.DivClassName
{
background-color: #6E3804;
}
.BgClassName
{
background-color: #6E3804;
}
</style>
border-color css
<style>
span { border-color: #6E3804; }
span { border-color: rgb(110,56,4); }
td.TdClassName
{
border-color: #6E3804;
}
.TagClassName
{
border-color: #6E3804;
}
</style>