Shades of Raw Umber #6D5611
Tints of Raw Umber #6D5611
RGB
CMYK
RGB Variations
Color information
#6D5611 (or 0x6D5611) is known color: Raw Umber. HEX triplet: 6D, 56 and 11. RGB value is (109,86,17). Sum of RGB (Red+Green+Blue) = 109+86+17=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5611 is #92A9EE. Grayscale: #555555. Windows color (decimal): -9611759 or 1136237. OLE color: 1136237.
HSL color Cylindrical-coordinate representation of color #6D5611: hue angle of 45º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D5611 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 17 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.57 |
| HSL | 45º | 0.73% | 0.25% | - |
| HSV(B) | 45º | 0.84% | 0.43% | - |
| XYZ | 9.74 | 9.95 | 1.94 | - |
| YUV | 85.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 17 | 0 | 0.21 | 0.84 | 0.57 | 45 | 0.73 | 0.25 |
| Hex | 6D | 56 | 11 | 0 | 15 | 54 | 39 | 2D | 49 | 19 |
| Octal | 155 | 126 | 21 | 0 | 25 | 124 | 71 | 55 | 111 | 31 |
| Binary | 1101101 | 1010110 | 10001 | 0 | 10101 | 1010100 | 111001 | 101101 | 1001001 | 11001 |
Color Harmonies of #6D5611
Complementary color
Monochromatic Colors of #6D5611
Black with #6D5611
Text Example
Text Example
White with #6D5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5611; }
p { color: rgb(109,86,17); }
H1.HeaderClassName
{
color: #6D5611;
}
.AnyTagClassName
{
color: #6D5611;
}
</style>
background-color css
<style>
a { background-color: #6D5611; }
a { background-color: rgb(109,86,17); }
div.DivClassName
{
background-color: #6D5611;
}
.BgClassName
{
background-color: #6D5611;
}
</style>
border-color css
<style>
span { border-color: #6D5611; }
span { border-color: rgb(109,86,17); }
td.TdClassName
{
border-color: #6D5611;
}
.TagClassName
{
border-color: #6D5611;
}
</style>