Shades of Raw Umber #6E5107
Tints of Raw Umber #6E5107
RGB
CMYK
RGB Variations
Color information
#6E5107 (or 0x6E5107) is known color: Raw Umber. HEX triplet: 6E, 51 and 07. RGB value is (110,81,7). Sum of RGB (Red+Green+Blue) = 110+81+7=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5107 is #91AEF8. Grayscale: #515151. Windows color (decimal): -9547513 or 479598. OLE color: 479598.
HSL color Cylindrical-coordinate representation of color #6E5107: hue angle of 43.11º 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 #6E5107 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 7 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.57 |
| HSL | 43.11º | 0.88% | 0.23% | - |
| HSV(B) | 43.11º | 0.94% | 0.43% | - |
| XYZ | 9.41 | 9.22 | 1.48 | - |
| YUV | 81.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 7 | 0 | 0.26 | 0.94 | 0.57 | 43.11 | 0.88 | 0.23 |
| Hex | 6E | 51 | 7 | 0 | 1A | 5E | 39 | 2B | 58 | 17 |
| Octal | 156 | 121 | 7 | 0 | 32 | 136 | 71 | 53 | 130 | 27 |
| Binary | 1101110 | 1010001 | 111 | 0 | 11010 | 1011110 | 111001 | 101011 | 1011000 | 10111 |
Color Harmonies of #6E5107
Complementary color
Monochromatic Colors of #6E5107
Black with #6E5107
Text Example
Text Example
White with #6E5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5107; }
p { color: rgb(110,81,7); }
H1.HeaderClassName
{
color: #6E5107;
}
.AnyTagClassName
{
color: #6E5107;
}
</style>
background-color css
<style>
a { background-color: #6E5107; }
a { background-color: rgb(110,81,7); }
div.DivClassName
{
background-color: #6E5107;
}
.BgClassName
{
background-color: #6E5107;
}
</style>
border-color css
<style>
span { border-color: #6E5107; }
span { border-color: rgb(110,81,7); }
td.TdClassName
{
border-color: #6E5107;
}
.TagClassName
{
border-color: #6E5107;
}
</style>