Shades of Raw Umber #6D5116
Tints of Raw Umber #6D5116
RGB
CMYK
RGB Variations
Color information
#6D5116 (or 0x6D5116) is known color: Raw Umber. HEX triplet: 6D, 51 and 16. RGB value is (109,81,22). Sum of RGB (Red+Green+Blue) = 109+81+22=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5116 is #92AEE9. Grayscale: #525252. Windows color (decimal): -9613034 or 1462637. OLE color: 1462637.
HSL color Cylindrical-coordinate representation of color #6D5116: hue angle of 40.69º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D5116 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 22 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.57 |
| HSL | 40.69º | 0.66% | 0.26% | - |
| HSV(B) | 40.69º | 0.8% | 0.43% | - |
| XYZ | 9.39 | 9.19 | 2.04 | - |
| YUV | 82.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 22 | 0 | 0.26 | 0.80 | 0.57 | 40.69 | 0.66 | 0.26 |
| Hex | 6D | 51 | 16 | 0 | 1A | 50 | 39 | 29 | 42 | 1A |
| Octal | 155 | 121 | 26 | 0 | 32 | 120 | 71 | 51 | 102 | 32 |
| Binary | 1101101 | 1010001 | 10110 | 0 | 11010 | 1010000 | 111001 | 101001 | 1000010 | 11010 |
Color Harmonies of #6D5116
Complementary color
Monochromatic Colors of #6D5116
Black with #6D5116
Text Example
Text Example
White with #6D5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5116; }
p { color: rgb(109,81,22); }
H1.HeaderClassName
{
color: #6D5116;
}
.AnyTagClassName
{
color: #6D5116;
}
</style>
background-color css
<style>
a { background-color: #6D5116; }
a { background-color: rgb(109,81,22); }
div.DivClassName
{
background-color: #6D5116;
}
.BgClassName
{
background-color: #6D5116;
}
</style>
border-color css
<style>
span { border-color: #6D5116; }
span { border-color: rgb(109,81,22); }
td.TdClassName
{
border-color: #6D5116;
}
.TagClassName
{
border-color: #6D5116;
}
</style>