Shades of Raw Umber #6D5616
Tints of Raw Umber #6D5616
RGB
CMYK
RGB Variations
Color information
#6D5616 (or 0x6D5616) is known color: Raw Umber. HEX triplet: 6D, 56 and 16. RGB value is (109,86,22). Sum of RGB (Red+Green+Blue) = 109+86+22=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5616 is #92A9E9. Grayscale: #555555. Windows color (decimal): -9611754 or 1463917. OLE color: 1463917.
HSL color Cylindrical-coordinate representation of color #6D5616: hue angle of 44.14º 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 #6D5616 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 22 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.57 |
| HSL | 44.14º | 0.66% | 0.26% | - |
| HSV(B) | 44.14º | 0.8% | 0.43% | - |
| XYZ | 9.78 | 9.96 | 2.17 | - |
| YUV | 85.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 22 | 0 | 0.21 | 0.80 | 0.57 | 44.14 | 0.66 | 0.26 |
| Hex | 6D | 56 | 16 | 0 | 15 | 50 | 39 | 2C | 42 | 1A |
| Octal | 155 | 126 | 26 | 0 | 25 | 120 | 71 | 54 | 102 | 32 |
| Binary | 1101101 | 1010110 | 10110 | 0 | 10101 | 1010000 | 111001 | 101100 | 1000010 | 11010 |
Color Harmonies of #6D5616
Complementary color
Monochromatic Colors of #6D5616
Black with #6D5616
Text Example
Text Example
White with #6D5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5616; }
p { color: rgb(109,86,22); }
H1.HeaderClassName
{
color: #6D5616;
}
.AnyTagClassName
{
color: #6D5616;
}
</style>
background-color css
<style>
a { background-color: #6D5616; }
a { background-color: rgb(109,86,22); }
div.DivClassName
{
background-color: #6D5616;
}
.BgClassName
{
background-color: #6D5616;
}
</style>
border-color css
<style>
span { border-color: #6D5616; }
span { border-color: rgb(109,86,22); }
td.TdClassName
{
border-color: #6D5616;
}
.TagClassName
{
border-color: #6D5616;
}
</style>