Shades of Raw Umber #6E5010
Tints of Raw Umber #6E5010
RGB
CMYK
RGB Variations
Color information
#6E5010 (or 0x6E5010) is known color: Raw Umber. HEX triplet: 6E, 50 and 10. RGB value is (110,80,16). Sum of RGB (Red+Green+Blue) = 110+80+16=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5010 is #91AFEF. Grayscale: #515151. Windows color (decimal): -9547760 or 1069166. OLE color: 1069166.
HSL color Cylindrical-coordinate representation of color #6E5010: hue angle of 40.85º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E5010 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 16 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.57 |
| HSL | 40.85º | 0.75% | 0.25% | - |
| HSV(B) | 40.85º | 0.85% | 0.43% | - |
| XYZ | 9.39 | 9.09 | 1.75 | - |
| YUV | 81.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 16 | 0 | 0.27 | 0.85 | 0.57 | 40.85 | 0.75 | 0.25 |
| Hex | 6E | 50 | 10 | 0 | 1B | 55 | 39 | 29 | 4B | 19 |
| Octal | 156 | 120 | 20 | 0 | 33 | 125 | 71 | 51 | 113 | 31 |
| Binary | 1101110 | 1010000 | 10000 | 0 | 11011 | 1010101 | 111001 | 101001 | 1001011 | 11001 |
Color Harmonies of #6E5010
Complementary color
Monochromatic Colors of #6E5010
Black with #6E5010
Text Example
Text Example
White with #6E5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5010; }
p { color: rgb(110,80,16); }
H1.HeaderClassName
{
color: #6E5010;
}
.AnyTagClassName
{
color: #6E5010;
}
</style>
background-color css
<style>
a { background-color: #6E5010; }
a { background-color: rgb(110,80,16); }
div.DivClassName
{
background-color: #6E5010;
}
.BgClassName
{
background-color: #6E5010;
}
</style>
border-color css
<style>
span { border-color: #6E5010; }
span { border-color: rgb(110,80,16); }
td.TdClassName
{
border-color: #6E5010;
}
.TagClassName
{
border-color: #6E5010;
}
</style>