Shades of Raw Umber #6D4411
Tints of Raw Umber #6D4411
RGB
CMYK
RGB Variations
Color information
#6D4411 (or 0x6D4411) is known color: Raw Umber. HEX triplet: 6D, 44 and 11. RGB value is (109,68,17). Sum of RGB (Red+Green+Blue) = 109+68+17=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4411 is #92BBEE. Grayscale: #4A4A4A. Windows color (decimal): -9616367 or 1131629. OLE color: 1131629.
HSL color Cylindrical-coordinate representation of color #6D4411: hue angle of 33.26º 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 #6D4411 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 17 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.57 |
| HSL | 33.26º | 0.73% | 0.25% | - |
| HSV(B) | 33.26º | 0.84% | 0.43% | - |
| XYZ | 8.47 | 7.43 | 1.52 | - |
| YUV | 74.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 17 | 0 | 0.38 | 0.84 | 0.57 | 33.26 | 0.73 | 0.25 |
| Hex | 6D | 44 | 11 | 0 | 26 | 54 | 39 | 21 | 49 | 19 |
| Octal | 155 | 104 | 21 | 0 | 46 | 124 | 71 | 41 | 111 | 31 |
| Binary | 1101101 | 1000100 | 10001 | 0 | 100110 | 1010100 | 111001 | 100001 | 1001001 | 11001 |
Color Harmonies of #6D4411
Complementary color
Monochromatic Colors of #6D4411
Black with #6D4411
Text Example
Text Example
White with #6D4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4411; }
p { color: rgb(109,68,17); }
H1.HeaderClassName
{
color: #6D4411;
}
.AnyTagClassName
{
color: #6D4411;
}
</style>
background-color css
<style>
a { background-color: #6D4411; }
a { background-color: rgb(109,68,17); }
div.DivClassName
{
background-color: #6D4411;
}
.BgClassName
{
background-color: #6D4411;
}
</style>
border-color css
<style>
span { border-color: #6D4411; }
span { border-color: rgb(109,68,17); }
td.TdClassName
{
border-color: #6D4411;
}
.TagClassName
{
border-color: #6D4411;
}
</style>