Shades of Raw Umber #6D4E00
Tints of Raw Umber #6D4E00
RGB
CMYK
RGB Variations
Color information
#6D4E00 (or 0x6D4E00) is known color: Raw Umber. HEX triplet: 6D, 4E and 00. RGB value is (109,78,0). Sum of RGB (Red+Green+Blue) = 109+78+0=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D4E00 is #92B1FF. Grayscale: #4E4E4E. Windows color (decimal): -9613824 or 20077. OLE color: 20077.
HSL color Cylindrical-coordinate representation of color #6D4E00: hue angle of 42.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D4E00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.57 |
| HSL | 42.94º | 1% | 0.21% | - |
| HSV(B) | 42.94º | 1% | 0.43% | - |
| XYZ | 9.03 | 8.7 | 1.2 | - |
| YUV | 78.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 0 | 0 | 0.28 | 1 | 0.57 | 42.94 | 1 | 0.21 |
| Hex | 6D | 4E | 0 | 0 | 1C | 64 | 39 | 2B | 64 | 15 |
| Octal | 155 | 116 | 0 | 0 | 34 | 144 | 71 | 53 | 144 | 25 |
| Binary | 1101101 | 1001110 | 0 | 0 | 11100 | 1100100 | 111001 | 101011 | 1100100 | 10101 |
Color Harmonies of #6D4E00
Complementary color
Monochromatic Colors of #6D4E00
Black with #6D4E00
Text Example
Text Example
White with #6D4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E00; }
p { color: rgb(109,78,0); }
H1.HeaderClassName
{
color: #6D4E00;
}
.AnyTagClassName
{
color: #6D4E00;
}
</style>
background-color css
<style>
a { background-color: #6D4E00; }
a { background-color: rgb(109,78,0); }
div.DivClassName
{
background-color: #6D4E00;
}
.BgClassName
{
background-color: #6D4E00;
}
</style>
border-color css
<style>
span { border-color: #6D4E00; }
span { border-color: rgb(109,78,0); }
td.TdClassName
{
border-color: #6D4E00;
}
.TagClassName
{
border-color: #6D4E00;
}
</style>