Shades of Raw Umber #6E4608
Tints of Raw Umber #6E4608
RGB
CMYK
RGB Variations
Color information
#6E4608 (or 0x6E4608) is known color: Raw Umber. HEX triplet: 6E, 46 and 08. RGB value is (110,70,8). Sum of RGB (Red+Green+Blue) = 110+70+8=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4608 is #91B9F7. Grayscale: #4B4B4B. Windows color (decimal): -9550328 or 542318. OLE color: 542318.
HSL color Cylindrical-coordinate representation of color #6E4608: hue angle of 36.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E4608 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 70 | 8 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.57 |
| HSL | 36.47º | 0.86% | 0.23% | - |
| HSV(B) | 36.47º | 0.93% | 0.43% | - |
| XYZ | 8.66 | 7.71 | 1.26 | - |
| YUV | 74.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 8 | 0 | 0.36 | 0.93 | 0.57 | 36.47 | 0.86 | 0.23 |
| Hex | 6E | 46 | 8 | 0 | 24 | 5D | 39 | 24 | 56 | 17 |
| Octal | 156 | 106 | 10 | 0 | 44 | 135 | 71 | 44 | 126 | 27 |
| Binary | 1101110 | 1000110 | 1000 | 0 | 100100 | 1011101 | 111001 | 100100 | 1010110 | 10111 |
Color Harmonies of #6E4608
Complementary color
Monochromatic Colors of #6E4608
Black with #6E4608
Text Example
Text Example
White with #6E4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4608; }
p { color: rgb(110,70,8); }
H1.HeaderClassName
{
color: #6E4608;
}
.AnyTagClassName
{
color: #6E4608;
}
</style>
background-color css
<style>
a { background-color: #6E4608; }
a { background-color: rgb(110,70,8); }
div.DivClassName
{
background-color: #6E4608;
}
.BgClassName
{
background-color: #6E4608;
}
</style>
border-color css
<style>
span { border-color: #6E4608; }
span { border-color: rgb(110,70,8); }
td.TdClassName
{
border-color: #6E4608;
}
.TagClassName
{
border-color: #6E4608;
}
</style>