Shades of Raw Umber #6D4701
Tints of Raw Umber #6D4701
RGB
CMYK
RGB Variations
Color information
#6D4701 (or 0x6D4701) is known color: Raw Umber. HEX triplet: 6D, 47 and 01. RGB value is (109,71,1). Sum of RGB (Red+Green+Blue) = 109+71+1=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4701 is #92B8FE. Grayscale: #4A4A4A. Windows color (decimal): -9615615 or 83821. OLE color: 83821.
HSL color Cylindrical-coordinate representation of color #6D4701: hue angle of 38.89º 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 #6D4701 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.57 |
| HSL | 38.89º | 0.98% | 0.22% | - |
| HSV(B) | 38.89º | 0.99% | 0.43% | - |
| XYZ | 8.57 | 7.76 | 1.08 | - |
| YUV | 74.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 1 | 0 | 0.35 | 0.99 | 0.57 | 38.89 | 0.98 | 0.22 |
| Hex | 6D | 47 | 1 | 0 | 23 | 63 | 39 | 27 | 62 | 16 |
| Octal | 155 | 107 | 1 | 0 | 43 | 143 | 71 | 47 | 142 | 26 |
| Binary | 1101101 | 1000111 | 1 | 0 | 100011 | 1100011 | 111001 | 100111 | 1100010 | 10110 |
Color Harmonies of #6D4701
Complementary color
Monochromatic Colors of #6D4701
Black with #6D4701
Text Example
Text Example
White with #6D4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4701; }
p { color: rgb(109,71,1); }
H1.HeaderClassName
{
color: #6D4701;
}
.AnyTagClassName
{
color: #6D4701;
}
</style>
background-color css
<style>
a { background-color: #6D4701; }
a { background-color: rgb(109,71,1); }
div.DivClassName
{
background-color: #6D4701;
}
.BgClassName
{
background-color: #6D4701;
}
</style>
border-color css
<style>
span { border-color: #6D4701; }
span { border-color: rgb(109,71,1); }
td.TdClassName
{
border-color: #6D4701;
}
.TagClassName
{
border-color: #6D4701;
}
</style>