Shades of Raw Umber #6D5511
Tints of Raw Umber #6D5511
RGB
CMYK
RGB Variations
Color information
#6D5511 (or 0x6D5511) is known color: Raw Umber. HEX triplet: 6D, 55 and 11. RGB value is (109,85,17). Sum of RGB (Red+Green+Blue) = 109+85+17=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5511 is #92AAEE. Grayscale: #545454. Windows color (decimal): -9612015 or 1135981. OLE color: 1135981.
HSL color Cylindrical-coordinate representation of color #6D5511: hue angle of 44.35º 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 #6D5511 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 17 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.57 |
| HSL | 44.35º | 0.73% | 0.25% | - |
| HSV(B) | 44.35º | 0.84% | 0.43% | - |
| XYZ | 9.66 | 9.79 | 1.91 | - |
| YUV | 84.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 17 | 0 | 0.22 | 0.84 | 0.57 | 44.35 | 0.73 | 0.25 |
| Hex | 6D | 55 | 11 | 0 | 16 | 54 | 39 | 2C | 49 | 19 |
| Octal | 155 | 125 | 21 | 0 | 26 | 124 | 71 | 54 | 111 | 31 |
| Binary | 1101101 | 1010101 | 10001 | 0 | 10110 | 1010100 | 111001 | 101100 | 1001001 | 11001 |
Color Harmonies of #6D5511
Complementary color
Monochromatic Colors of #6D5511
Black with #6D5511
Text Example
Text Example
White with #6D5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5511; }
p { color: rgb(109,85,17); }
H1.HeaderClassName
{
color: #6D5511;
}
.AnyTagClassName
{
color: #6D5511;
}
</style>
background-color css
<style>
a { background-color: #6D5511; }
a { background-color: rgb(109,85,17); }
div.DivClassName
{
background-color: #6D5511;
}
.BgClassName
{
background-color: #6D5511;
}
</style>
border-color css
<style>
span { border-color: #6D5511; }
span { border-color: rgb(109,85,17); }
td.TdClassName
{
border-color: #6D5511;
}
.TagClassName
{
border-color: #6D5511;
}
</style>