Shades of Raw Umber #6C4D0B
Tints of Raw Umber #6C4D0B
RGB
CMYK
RGB Variations
Color information
#6C4D0B (or 0x6C4D0B) is known color: Raw Umber. HEX triplet: 6C, 4D and 0B. RGB value is (108,77,11). Sum of RGB (Red+Green+Blue) = 108+77+11=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C4D0B is #93B2F4. Grayscale: #4F4F4F. Windows color (decimal): -9679605 or 740716. OLE color: 740716.
HSL color Cylindrical-coordinate representation of color #6C4D0B: hue angle of 40.82º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C4D0B is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 77 | 11 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.58 |
| HSL | 40.82º | 0.82% | 0.23% | - |
| HSV(B) | 40.82º | 0.9% | 0.42% | - |
| XYZ | 8.9 | 8.52 | 1.49 | - |
| YUV | 78.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 11 | 0 | 0.29 | 0.90 | 0.58 | 40.82 | 0.82 | 0.23 |
| Hex | 6C | 4D | B | 0 | 1D | 5A | 3A | 29 | 52 | 17 |
| Octal | 154 | 115 | 13 | 0 | 35 | 132 | 72 | 51 | 122 | 27 |
| Binary | 1101100 | 1001101 | 1011 | 0 | 11101 | 1011010 | 111010 | 101001 | 1010010 | 10111 |
Color Harmonies of #6C4D0B
Complementary color
Monochromatic Colors of #6C4D0B
Black with #6C4D0B
Text Example
Text Example
White with #6C4D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D0B; }
p { color: rgb(108,77,11); }
H1.HeaderClassName
{
color: #6C4D0B;
}
.AnyTagClassName
{
color: #6C4D0B;
}
</style>
background-color css
<style>
a { background-color: #6C4D0B; }
a { background-color: rgb(108,77,11); }
div.DivClassName
{
background-color: #6C4D0B;
}
.BgClassName
{
background-color: #6C4D0B;
}
</style>
border-color css
<style>
span { border-color: #6C4D0B; }
span { border-color: rgb(108,77,11); }
td.TdClassName
{
border-color: #6C4D0B;
}
.TagClassName
{
border-color: #6C4D0B;
}
</style>