Shades of Raw Umber #6D4011
Tints of Raw Umber #6D4011
RGB
CMYK
RGB Variations
Color information
#6D4011 (or 0x6D4011) is known color: Raw Umber. HEX triplet: 6D, 40 and 11. RGB value is (109,64,17). Sum of RGB (Red+Green+Blue) = 109+64+17=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4011 is #92BFEE. Grayscale: #484848. Windows color (decimal): -9617391 or 1130605. OLE color: 1130605.
HSL color Cylindrical-coordinate representation of color #6D4011: hue angle of 30.65º 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 #6D4011 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 17 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.57 |
| HSL | 30.65º | 0.73% | 0.25% | - |
| HSV(B) | 30.65º | 0.84% | 0.43% | - |
| XYZ | 8.24 | 6.96 | 1.44 | - |
| YUV | 72.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 17 | 0 | 0.41 | 0.84 | 0.57 | 30.65 | 0.73 | 0.25 |
| Hex | 6D | 40 | 11 | 0 | 29 | 54 | 39 | 1F | 49 | 19 |
| Octal | 155 | 100 | 21 | 0 | 51 | 124 | 71 | 37 | 111 | 31 |
| Binary | 1101101 | 1000000 | 10001 | 0 | 101001 | 1010100 | 111001 | 11111 | 1001001 | 11001 |
Color Harmonies of #6D4011
Complementary color
Monochromatic Colors of #6D4011
Black with #6D4011
Text Example
Text Example
White with #6D4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4011; }
p { color: rgb(109,64,17); }
H1.HeaderClassName
{
color: #6D4011;
}
.AnyTagClassName
{
color: #6D4011;
}
</style>
background-color css
<style>
a { background-color: #6D4011; }
a { background-color: rgb(109,64,17); }
div.DivClassName
{
background-color: #6D4011;
}
.BgClassName
{
background-color: #6D4011;
}
</style>
border-color css
<style>
span { border-color: #6D4011; }
span { border-color: rgb(109,64,17); }
td.TdClassName
{
border-color: #6D4011;
}
.TagClassName
{
border-color: #6D4011;
}
</style>