Shades of Raw Umber #6C5216
Tints of Raw Umber #6C5216
RGB
CMYK
RGB Variations
Color information
#6C5216 (or 0x6C5216) is known color: Raw Umber. HEX triplet: 6C, 52 and 16. RGB value is (108,82,22). Sum of RGB (Red+Green+Blue) = 108+82+22=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5216 is #93ADE9. Grayscale: #535353. Windows color (decimal): -9678314 or 1462892. OLE color: 1462892.
HSL color Cylindrical-coordinate representation of color #6C5216: hue angle of 41.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C5216 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 22 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.58 |
| HSL | 41.86º | 0.66% | 0.25% | - |
| HSV(B) | 41.86º | 0.8% | 0.42% | - |
| XYZ | 9.35 | 9.28 | 2.06 | - |
| YUV | 82.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 22 | 0 | 0.24 | 0.80 | 0.58 | 41.86 | 0.66 | 0.25 |
| Hex | 6C | 52 | 16 | 0 | 18 | 50 | 3A | 2A | 42 | 19 |
| Octal | 154 | 122 | 26 | 0 | 30 | 120 | 72 | 52 | 102 | 31 |
| Binary | 1101100 | 1010010 | 10110 | 0 | 11000 | 1010000 | 111010 | 101010 | 1000010 | 11001 |
Color Harmonies of #6C5216
Complementary color
Monochromatic Colors of #6C5216
Black with #6C5216
Text Example
Text Example
White with #6C5216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5216; }
p { color: rgb(108,82,22); }
H1.HeaderClassName
{
color: #6C5216;
}
.AnyTagClassName
{
color: #6C5216;
}
</style>
background-color css
<style>
a { background-color: #6C5216; }
a { background-color: rgb(108,82,22); }
div.DivClassName
{
background-color: #6C5216;
}
.BgClassName
{
background-color: #6C5216;
}
</style>
border-color css
<style>
span { border-color: #6C5216; }
span { border-color: rgb(108,82,22); }
td.TdClassName
{
border-color: #6C5216;
}
.TagClassName
{
border-color: #6C5216;
}
</style>