Shades of Raw Umber #6D4805
Tints of Raw Umber #6D4805
RGB
CMYK
RGB Variations
Color information
#6D4805 (or 0x6D4805) is known color: Raw Umber. HEX triplet: 6D, 48 and 05. RGB value is (109,72,5). Sum of RGB (Red+Green+Blue) = 109+72+5=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4805 is #92B7FA. Grayscale: #4B4B4B. Windows color (decimal): -9615355 or 346221. OLE color: 346221.
HSL color Cylindrical-coordinate representation of color #6D4805: hue angle of 38.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D4805 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 5 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.57 |
| HSL | 38.65º | 0.91% | 0.22% | - |
| HSV(B) | 38.65º | 0.95% | 0.43% | - |
| XYZ | 8.65 | 7.9 | 1.21 | - |
| YUV | 75.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 5 | 0 | 0.34 | 0.95 | 0.57 | 38.65 | 0.91 | 0.22 |
| Hex | 6D | 48 | 5 | 0 | 22 | 5F | 39 | 27 | 5B | 16 |
| Octal | 155 | 110 | 5 | 0 | 42 | 137 | 71 | 47 | 133 | 26 |
| Binary | 1101101 | 1001000 | 101 | 0 | 100010 | 1011111 | 111001 | 100111 | 1011011 | 10110 |
Color Harmonies of #6D4805
Complementary color
Monochromatic Colors of #6D4805
Black with #6D4805
Text Example
Text Example
White with #6D4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4805; }
p { color: rgb(109,72,5); }
H1.HeaderClassName
{
color: #6D4805;
}
.AnyTagClassName
{
color: #6D4805;
}
</style>
background-color css
<style>
a { background-color: #6D4805; }
a { background-color: rgb(109,72,5); }
div.DivClassName
{
background-color: #6D4805;
}
.BgClassName
{
background-color: #6D4805;
}
</style>
border-color css
<style>
span { border-color: #6D4805; }
span { border-color: rgb(109,72,5); }
td.TdClassName
{
border-color: #6D4805;
}
.TagClassName
{
border-color: #6D4805;
}
</style>