Shades of Raw Umber #6D5107
Tints of Raw Umber #6D5107
RGB
CMYK
RGB Variations
Color information
#6D5107 (or 0x6D5107) is known color: Raw Umber. HEX triplet: 6D, 51 and 07. RGB value is (109,81,7). Sum of RGB (Red+Green+Blue) = 109+81+7=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5107 is #92AEF8. Grayscale: #515151. Windows color (decimal): -9613049 or 479597. OLE color: 479597.
HSL color Cylindrical-coordinate representation of color #6D5107: hue angle of 43.53º 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 #6D5107 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 7 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.57 |
| HSL | 43.53º | 0.88% | 0.23% | - |
| HSV(B) | 43.53º | 0.94% | 0.43% | - |
| XYZ | 9.29 | 9.15 | 1.48 | - |
| YUV | 80.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 7 | 0 | 0.26 | 0.94 | 0.57 | 43.53 | 0.88 | 0.23 |
| Hex | 6D | 51 | 7 | 0 | 1A | 5E | 39 | 2C | 58 | 17 |
| Octal | 155 | 121 | 7 | 0 | 32 | 136 | 71 | 54 | 130 | 27 |
| Binary | 1101101 | 1010001 | 111 | 0 | 11010 | 1011110 | 111001 | 101100 | 1011000 | 10111 |
Color Harmonies of #6D5107
Complementary color
Monochromatic Colors of #6D5107
Black with #6D5107
Text Example
Text Example
White with #6D5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5107; }
p { color: rgb(109,81,7); }
H1.HeaderClassName
{
color: #6D5107;
}
.AnyTagClassName
{
color: #6D5107;
}
</style>
background-color css
<style>
a { background-color: #6D5107; }
a { background-color: rgb(109,81,7); }
div.DivClassName
{
background-color: #6D5107;
}
.BgClassName
{
background-color: #6D5107;
}
</style>
border-color css
<style>
span { border-color: #6D5107; }
span { border-color: rgb(109,81,7); }
td.TdClassName
{
border-color: #6D5107;
}
.TagClassName
{
border-color: #6D5107;
}
</style>