Shades of Raw Umber #6D4808
Tints of Raw Umber #6D4808
RGB
CMYK
RGB Variations
Color information
#6D4808 (or 0x6D4808) is known color: Raw Umber. HEX triplet: 6D, 48 and 08. RGB value is (109,72,8). Sum of RGB (Red+Green+Blue) = 109+72+8=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4808 is #92B7F7. Grayscale: #4C4C4C. Windows color (decimal): -9615352 or 542829. OLE color: 542829.
HSL color Cylindrical-coordinate representation of color #6D4808: hue angle of 38.02º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D4808 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 8 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.57 |
| HSL | 38.02º | 0.86% | 0.23% | - |
| HSV(B) | 38.02º | 0.93% | 0.43% | - |
| XYZ | 8.67 | 7.9 | 1.3 | - |
| YUV | 75.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 8 | 0 | 0.34 | 0.93 | 0.57 | 38.02 | 0.86 | 0.23 |
| Hex | 6D | 48 | 8 | 0 | 22 | 5D | 39 | 26 | 56 | 17 |
| Octal | 155 | 110 | 10 | 0 | 42 | 135 | 71 | 46 | 126 | 27 |
| Binary | 1101101 | 1001000 | 1000 | 0 | 100010 | 1011101 | 111001 | 100110 | 1010110 | 10111 |
Color Harmonies of #6D4808
Complementary color
Monochromatic Colors of #6D4808
Black with #6D4808
Text Example
Text Example
White with #6D4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4808; }
p { color: rgb(109,72,8); }
H1.HeaderClassName
{
color: #6D4808;
}
.AnyTagClassName
{
color: #6D4808;
}
</style>
background-color css
<style>
a { background-color: #6D4808; }
a { background-color: rgb(109,72,8); }
div.DivClassName
{
background-color: #6D4808;
}
.BgClassName
{
background-color: #6D4808;
}
</style>
border-color css
<style>
span { border-color: #6D4808; }
span { border-color: rgb(109,72,8); }
td.TdClassName
{
border-color: #6D4808;
}
.TagClassName
{
border-color: #6D4808;
}
</style>