Shades of Raw Umber #6D5411
Tints of Raw Umber #6D5411
RGB
CMYK
RGB Variations
Color information
#6D5411 (or 0x6D5411) is known color: Raw Umber. HEX triplet: 6D, 54 and 11. RGB value is (109,84,17). Sum of RGB (Red+Green+Blue) = 109+84+17=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5411 is #92ABEE. Grayscale: #545454. Windows color (decimal): -9612271 or 1135725. OLE color: 1135725.
HSL color Cylindrical-coordinate representation of color #6D5411: hue angle of 43.7º 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 #6D5411 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 17 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.57 |
| HSL | 43.7º | 0.73% | 0.25% | - |
| HSV(B) | 43.7º | 0.84% | 0.43% | - |
| XYZ | 9.58 | 9.63 | 1.88 | - |
| YUV | 83.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 17 | 0 | 0.23 | 0.84 | 0.57 | 43.7 | 0.73 | 0.25 |
| Hex | 6D | 54 | 11 | 0 | 17 | 54 | 39 | 2C | 49 | 19 |
| Octal | 155 | 124 | 21 | 0 | 27 | 124 | 71 | 54 | 111 | 31 |
| Binary | 1101101 | 1010100 | 10001 | 0 | 10111 | 1010100 | 111001 | 101100 | 1001001 | 11001 |
Color Harmonies of #6D5411
Complementary color
Monochromatic Colors of #6D5411
Black with #6D5411
Text Example
Text Example
White with #6D5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5411; }
p { color: rgb(109,84,17); }
H1.HeaderClassName
{
color: #6D5411;
}
.AnyTagClassName
{
color: #6D5411;
}
</style>
background-color css
<style>
a { background-color: #6D5411; }
a { background-color: rgb(109,84,17); }
div.DivClassName
{
background-color: #6D5411;
}
.BgClassName
{
background-color: #6D5411;
}
</style>
border-color css
<style>
span { border-color: #6D5411; }
span { border-color: rgb(109,84,17); }
td.TdClassName
{
border-color: #6D5411;
}
.TagClassName
{
border-color: #6D5411;
}
</style>