Shades of Raw Umber #6C4411
Tints of Raw Umber #6C4411
RGB
CMYK
RGB Variations
Color information
#6C4411 (or 0x6C4411) is known color: Raw Umber. HEX triplet: 6C, 44 and 11. RGB value is (108,68,17). Sum of RGB (Red+Green+Blue) = 108+68+17=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4411 is #93BBEE. Grayscale: #4A4A4A. Windows color (decimal): -9681903 or 1131628. OLE color: 1131628.
HSL color Cylindrical-coordinate representation of color #6C4411: hue angle of 33.63º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C4411 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 17 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.58 |
| HSL | 33.63º | 0.73% | 0.25% | - |
| HSV(B) | 33.63º | 0.84% | 0.42% | - |
| XYZ | 8.35 | 7.36 | 1.51 | - |
| YUV | 74.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 17 | 0 | 0.37 | 0.84 | 0.58 | 33.63 | 0.73 | 0.25 |
| Hex | 6C | 44 | 11 | 0 | 25 | 54 | 3A | 22 | 49 | 19 |
| Octal | 154 | 104 | 21 | 0 | 45 | 124 | 72 | 42 | 111 | 31 |
| Binary | 1101100 | 1000100 | 10001 | 0 | 100101 | 1010100 | 111010 | 100010 | 1001001 | 11001 |
Color Harmonies of #6C4411
Complementary color
Monochromatic Colors of #6C4411
Black with #6C4411
Text Example
Text Example
White with #6C4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4411; }
p { color: rgb(108,68,17); }
H1.HeaderClassName
{
color: #6C4411;
}
.AnyTagClassName
{
color: #6C4411;
}
</style>
background-color css
<style>
a { background-color: #6C4411; }
a { background-color: rgb(108,68,17); }
div.DivClassName
{
background-color: #6C4411;
}
.BgClassName
{
background-color: #6C4411;
}
</style>
border-color css
<style>
span { border-color: #6C4411; }
span { border-color: rgb(108,68,17); }
td.TdClassName
{
border-color: #6C4411;
}
.TagClassName
{
border-color: #6C4411;
}
</style>