Shades of Raw Umber #6E5304
Tints of Raw Umber #6E5304
RGB
CMYK
RGB Variations
Color information
#6E5304 (or 0x6E5304) is known color: Raw Umber. HEX triplet: 6E, 53 and 04. RGB value is (110,83,4). Sum of RGB (Red+Green+Blue) = 110+83+4=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5304 is #91ACFB. Grayscale: #525252. Windows color (decimal): -9547004 or 283502. OLE color: 283502.
HSL color Cylindrical-coordinate representation of color #6E5304: hue angle of 44.72º 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 #6E5304 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 4 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.57 |
| HSL | 44.72º | 0.93% | 0.22% | - |
| HSV(B) | 44.72º | 0.96% | 0.43% | - |
| XYZ | 9.55 | 9.51 | 1.45 | - |
| YUV | 82.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 4 | 0 | 0.25 | 0.96 | 0.57 | 44.72 | 0.93 | 0.22 |
| Hex | 6E | 53 | 4 | 0 | 19 | 60 | 39 | 2D | 5D | 16 |
| Octal | 156 | 123 | 4 | 0 | 31 | 140 | 71 | 55 | 135 | 26 |
| Binary | 1101110 | 1010011 | 100 | 0 | 11001 | 1100000 | 111001 | 101101 | 1011101 | 10110 |
Color Harmonies of #6E5304
Complementary color
Monochromatic Colors of #6E5304
Black with #6E5304
Text Example
Text Example
White with #6E5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5304; }
p { color: rgb(110,83,4); }
H1.HeaderClassName
{
color: #6E5304;
}
.AnyTagClassName
{
color: #6E5304;
}
</style>
background-color css
<style>
a { background-color: #6E5304; }
a { background-color: rgb(110,83,4); }
div.DivClassName
{
background-color: #6E5304;
}
.BgClassName
{
background-color: #6E5304;
}
</style>
border-color css
<style>
span { border-color: #6E5304; }
span { border-color: rgb(110,83,4); }
td.TdClassName
{
border-color: #6E5304;
}
.TagClassName
{
border-color: #6E5304;
}
</style>