Shades of Raw Umber #6D4801
Tints of Raw Umber #6D4801
RGB
CMYK
RGB Variations
Color information
#6D4801 (or 0x6D4801) is known color: Raw Umber. HEX triplet: 6D, 48 and 01. RGB value is (109,72,1). Sum of RGB (Red+Green+Blue) = 109+72+1=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4801 is #92B7FE. Grayscale: #4B4B4B. Windows color (decimal): -9615359 or 84077. OLE color: 84077.
HSL color Cylindrical-coordinate representation of color #6D4801: hue angle of 39.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D4801 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.57 |
| HSL | 39.44º | 0.98% | 0.22% | - |
| HSV(B) | 39.44º | 0.99% | 0.43% | - |
| XYZ | 8.63 | 7.89 | 1.1 | - |
| YUV | 74.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 1 | 0 | 0.34 | 0.99 | 0.57 | 39.44 | 0.98 | 0.22 |
| Hex | 6D | 48 | 1 | 0 | 22 | 63 | 39 | 27 | 62 | 16 |
| Octal | 155 | 110 | 1 | 0 | 42 | 143 | 71 | 47 | 142 | 26 |
| Binary | 1101101 | 1001000 | 1 | 0 | 100010 | 1100011 | 111001 | 100111 | 1100010 | 10110 |
Color Harmonies of #6D4801
Complementary color
Monochromatic Colors of #6D4801
Black with #6D4801
Text Example
Text Example
White with #6D4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4801; }
p { color: rgb(109,72,1); }
H1.HeaderClassName
{
color: #6D4801;
}
.AnyTagClassName
{
color: #6D4801;
}
</style>
background-color css
<style>
a { background-color: #6D4801; }
a { background-color: rgb(109,72,1); }
div.DivClassName
{
background-color: #6D4801;
}
.BgClassName
{
background-color: #6D4801;
}
</style>
border-color css
<style>
span { border-color: #6D4801; }
span { border-color: rgb(109,72,1); }
td.TdClassName
{
border-color: #6D4801;
}
.TagClassName
{
border-color: #6D4801;
}
</style>