Shades of Raw Umber #6D4F11
Tints of Raw Umber #6D4F11
RGB
CMYK
RGB Variations
Color information
#6D4F11 (or 0x6D4F11) is known color: Raw Umber. HEX triplet: 6D, 4F and 11. RGB value is (109,79,17). Sum of RGB (Red+Green+Blue) = 109+79+17=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D4F11 is #92B0EE. Grayscale: #515151. Windows color (decimal): -9613551 or 1134445. OLE color: 1134445.
HSL color Cylindrical-coordinate representation of color #6D4F11: hue angle of 40.43º 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 #6D4F11 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 17 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.57 |
| HSL | 40.43º | 0.73% | 0.25% | - |
| HSV(B) | 40.43º | 0.84% | 0.43% | - |
| XYZ | 9.2 | 8.88 | 1.76 | - |
| YUV | 80.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 17 | 0 | 0.28 | 0.84 | 0.57 | 40.43 | 0.73 | 0.25 |
| Hex | 6D | 4F | 11 | 0 | 1C | 54 | 39 | 28 | 49 | 19 |
| Octal | 155 | 117 | 21 | 0 | 34 | 124 | 71 | 50 | 111 | 31 |
| Binary | 1101101 | 1001111 | 10001 | 0 | 11100 | 1010100 | 111001 | 101000 | 1001001 | 11001 |
Color Harmonies of #6D4F11
Complementary color
Monochromatic Colors of #6D4F11
Black with #6D4F11
Text Example
Text Example
White with #6D4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F11; }
p { color: rgb(109,79,17); }
H1.HeaderClassName
{
color: #6D4F11;
}
.AnyTagClassName
{
color: #6D4F11;
}
</style>
background-color css
<style>
a { background-color: #6D4F11; }
a { background-color: rgb(109,79,17); }
div.DivClassName
{
background-color: #6D4F11;
}
.BgClassName
{
background-color: #6D4F11;
}
</style>
border-color css
<style>
span { border-color: #6D4F11; }
span { border-color: rgb(109,79,17); }
td.TdClassName
{
border-color: #6D4F11;
}
.TagClassName
{
border-color: #6D4F11;
}
</style>