Shades of Raw Umber #6C4806
Tints of Raw Umber #6C4806
RGB
CMYK
RGB Variations
Color information
#6C4806 (or 0x6C4806) is known color: Raw Umber. HEX triplet: 6C, 48 and 06. RGB value is (108,72,6). Sum of RGB (Red+Green+Blue) = 108+72+6=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4806 is #93B7F9. Grayscale: #4B4B4B. Windows color (decimal): -9680890 or 411756. OLE color: 411756.
HSL color Cylindrical-coordinate representation of color #6C4806: hue angle of 38.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C4806 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 6 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.58 |
| HSL | 38.82º | 0.89% | 0.22% | - |
| HSV(B) | 38.82º | 0.94% | 0.42% | - |
| XYZ | 8.53 | 7.84 | 1.23 | - |
| YUV | 75.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 6 | 0 | 0.33 | 0.94 | 0.58 | 38.82 | 0.89 | 0.22 |
| Hex | 6C | 48 | 6 | 0 | 21 | 5E | 3A | 27 | 59 | 16 |
| Octal | 154 | 110 | 6 | 0 | 41 | 136 | 72 | 47 | 131 | 26 |
| Binary | 1101100 | 1001000 | 110 | 0 | 100001 | 1011110 | 111010 | 100111 | 1011001 | 10110 |
Color Harmonies of #6C4806
Complementary color
Monochromatic Colors of #6C4806
Black with #6C4806
Text Example
Text Example
White with #6C4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4806; }
p { color: rgb(108,72,6); }
H1.HeaderClassName
{
color: #6C4806;
}
.AnyTagClassName
{
color: #6C4806;
}
</style>
background-color css
<style>
a { background-color: #6C4806; }
a { background-color: rgb(108,72,6); }
div.DivClassName
{
background-color: #6C4806;
}
.BgClassName
{
background-color: #6C4806;
}
</style>
border-color css
<style>
span { border-color: #6C4806; }
span { border-color: rgb(108,72,6); }
td.TdClassName
{
border-color: #6C4806;
}
.TagClassName
{
border-color: #6C4806;
}
</style>