Shades of Raw Umber #6D5407
Tints of Raw Umber #6D5407
RGB
CMYK
RGB Variations
Color information
#6D5407 (or 0x6D5407) is known color: Raw Umber. HEX triplet: 6D, 54 and 07. RGB value is (109,84,7). Sum of RGB (Red+Green+Blue) = 109+84+7=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5407 is #92ABF8. Grayscale: #535353. Windows color (decimal): -9612281 or 480365. OLE color: 480365.
HSL color Cylindrical-coordinate representation of color #6D5407: hue angle of 45.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D5407 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 7 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.57 |
| HSL | 45.29º | 0.88% | 0.23% | - |
| HSV(B) | 45.29º | 0.94% | 0.43% | - |
| XYZ | 9.52 | 9.61 | 1.55 | - |
| YUV | 82.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 7 | 0 | 0.23 | 0.94 | 0.57 | 45.29 | 0.88 | 0.23 |
| Hex | 6D | 54 | 7 | 0 | 17 | 5E | 39 | 2D | 58 | 17 |
| Octal | 155 | 124 | 7 | 0 | 27 | 136 | 71 | 55 | 130 | 27 |
| Binary | 1101101 | 1010100 | 111 | 0 | 10111 | 1011110 | 111001 | 101101 | 1011000 | 10111 |
Color Harmonies of #6D5407
Complementary color
Monochromatic Colors of #6D5407
Black with #6D5407
Text Example
Text Example
White with #6D5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5407; }
p { color: rgb(109,84,7); }
H1.HeaderClassName
{
color: #6D5407;
}
.AnyTagClassName
{
color: #6D5407;
}
</style>
background-color css
<style>
a { background-color: #6D5407; }
a { background-color: rgb(109,84,7); }
div.DivClassName
{
background-color: #6D5407;
}
.BgClassName
{
background-color: #6D5407;
}
</style>
border-color css
<style>
span { border-color: #6D5407; }
span { border-color: rgb(109,84,7); }
td.TdClassName
{
border-color: #6D5407;
}
.TagClassName
{
border-color: #6D5407;
}
</style>