Shades of Raw Umber #6E5609
Tints of Raw Umber #6E5609
RGB
CMYK
RGB Variations
Color information
#6E5609 (or 0x6E5609) is known color: Raw Umber. HEX triplet: 6E, 56 and 09. RGB value is (110,86,9). Sum of RGB (Red+Green+Blue) = 110+86+9=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5609 is #91A9F6. Grayscale: #545454. Windows color (decimal): -9546231 or 611950. OLE color: 611950.
HSL color Cylindrical-coordinate representation of color #6E5609: hue angle of 45.74º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E5609 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 9 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.57 |
| HSL | 45.74º | 0.85% | 0.23% | - |
| HSV(B) | 45.74º | 0.92% | 0.43% | - |
| XYZ | 9.81 | 9.99 | 1.67 | - |
| YUV | 84.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 9 | 0 | 0.22 | 0.92 | 0.57 | 45.74 | 0.85 | 0.23 |
| Hex | 6E | 56 | 9 | 0 | 16 | 5C | 39 | 2E | 55 | 17 |
| Octal | 156 | 126 | 11 | 0 | 26 | 134 | 71 | 56 | 125 | 27 |
| Binary | 1101110 | 1010110 | 1001 | 0 | 10110 | 1011100 | 111001 | 101110 | 1010101 | 10111 |
Color Harmonies of #6E5609
Complementary color
Monochromatic Colors of #6E5609
Black with #6E5609
Text Example
Text Example
White with #6E5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5609; }
p { color: rgb(110,86,9); }
H1.HeaderClassName
{
color: #6E5609;
}
.AnyTagClassName
{
color: #6E5609;
}
</style>
background-color css
<style>
a { background-color: #6E5609; }
a { background-color: rgb(110,86,9); }
div.DivClassName
{
background-color: #6E5609;
}
.BgClassName
{
background-color: #6E5609;
}
</style>
border-color css
<style>
span { border-color: #6E5609; }
span { border-color: rgb(110,86,9); }
td.TdClassName
{
border-color: #6E5609;
}
.TagClassName
{
border-color: #6E5609;
}
</style>