Shades of Raw Umber #6E531A
Tints of Raw Umber #6E531A
RGB
CMYK
RGB Variations
Color information
#6E531A (or 0x6E531A) is known color: Raw Umber. HEX triplet: 6E, 53 and 1A. RGB value is (110,83,26). Sum of RGB (Red+Green+Blue) = 110+83+26=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E531A is #91ACE5. Grayscale: #545454. Windows color (decimal): -9546982 or 1725294. OLE color: 1725294.
HSL color Cylindrical-coordinate representation of color #6E531A: hue angle of 40.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E531A is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 26 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.57 |
| HSL | 40.71º | 0.62% | 0.27% | - |
| HSV(B) | 40.71º | 0.76% | 0.43% | - |
| XYZ | 9.71 | 9.58 | 2.31 | - |
| YUV | 84.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 26 | 0 | 0.25 | 0.76 | 0.57 | 40.71 | 0.62 | 0.27 |
| Hex | 6E | 53 | 1A | 0 | 19 | 4C | 39 | 29 | 3E | 1B |
| Octal | 156 | 123 | 32 | 0 | 31 | 114 | 71 | 51 | 76 | 33 |
| Binary | 1101110 | 1010011 | 11010 | 0 | 11001 | 1001100 | 111001 | 101001 | 111110 | 11011 |
Color Harmonies of #6E531A
Complementary color
Monochromatic Colors of #6E531A
Black with #6E531A
Text Example
Text Example
White with #6E531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E531A; }
p { color: rgb(110,83,26); }
H1.HeaderClassName
{
color: #6E531A;
}
.AnyTagClassName
{
color: #6E531A;
}
</style>
background-color css
<style>
a { background-color: #6E531A; }
a { background-color: rgb(110,83,26); }
div.DivClassName
{
background-color: #6E531A;
}
.BgClassName
{
background-color: #6E531A;
}
</style>
border-color css
<style>
span { border-color: #6E531A; }
span { border-color: rgb(110,83,26); }
td.TdClassName
{
border-color: #6E531A;
}
.TagClassName
{
border-color: #6E531A;
}
</style>