Shades of Raw Umber #6D4800
Tints of Raw Umber #6D4800
RGB
CMYK
RGB Variations
Color information
#6D4800 (or 0x6D4800) is known color: Raw Umber. HEX triplet: 6D, 48 and 00. RGB value is (109,72,0). Sum of RGB (Red+Green+Blue) = 109+72+0=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4800 is #92B7FF. Grayscale: #4B4B4B. Windows color (decimal): -9615360 or 18541. OLE color: 18541.
HSL color Cylindrical-coordinate representation of color #6D4800: hue angle of 39.63º 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 #6D4800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.57 |
| HSL | 39.63º | 1% | 0.21% | - |
| HSV(B) | 39.63º | 1% | 0.43% | - |
| XYZ | 8.62 | 7.89 | 1.07 | - |
| YUV | 74.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 0 | 0 | 0.34 | 1 | 0.57 | 39.63 | 1 | 0.21 |
| Hex | 6D | 48 | 0 | 0 | 22 | 64 | 39 | 28 | 64 | 15 |
| Octal | 155 | 110 | 0 | 0 | 42 | 144 | 71 | 50 | 144 | 25 |
| Binary | 1101101 | 1001000 | 0 | 0 | 100010 | 1100100 | 111001 | 101000 | 1100100 | 10101 |
Color Harmonies of #6D4800
Complementary color
Monochromatic Colors of #6D4800
Black with #6D4800
Text Example
Text Example
White with #6D4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4800; }
p { color: rgb(109,72,0); }
H1.HeaderClassName
{
color: #6D4800;
}
.AnyTagClassName
{
color: #6D4800;
}
</style>
background-color css
<style>
a { background-color: #6D4800; }
a { background-color: rgb(109,72,0); }
div.DivClassName
{
background-color: #6D4800;
}
.BgClassName
{
background-color: #6D4800;
}
</style>
border-color css
<style>
span { border-color: #6D4800; }
span { border-color: rgb(109,72,0); }
td.TdClassName
{
border-color: #6D4800;
}
.TagClassName
{
border-color: #6D4800;
}
</style>