Shades of Raw Umber #6E460C
Tints of Raw Umber #6E460C
RGB
CMYK
RGB Variations
Color information
#6E460C (or 0x6E460C) is known color: Raw Umber. HEX triplet: 6E, 46 and 0C. RGB value is (110,70,12). Sum of RGB (Red+Green+Blue) = 110+70+12=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E460C is #91B9F3. Grayscale: #4B4B4B. Windows color (decimal): -9550324 or 804462. OLE color: 804462.
HSL color Cylindrical-coordinate representation of color #6E460C: hue angle of 35.51º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E460C is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 70 | 12 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.57 |
| HSL | 35.51º | 0.8% | 0.24% | - |
| HSV(B) | 35.51º | 0.89% | 0.43% | - |
| XYZ | 8.69 | 7.72 | 1.38 | - |
| YUV | 75.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 12 | 0 | 0.36 | 0.89 | 0.57 | 35.51 | 0.8 | 0.24 |
| Hex | 6E | 46 | C | 0 | 24 | 59 | 39 | 24 | 50 | 18 |
| Octal | 156 | 106 | 14 | 0 | 44 | 131 | 71 | 44 | 120 | 30 |
| Binary | 1101110 | 1000110 | 1100 | 0 | 100100 | 1011001 | 111001 | 100100 | 1010000 | 11000 |
Color Harmonies of #6E460C
Complementary color
Monochromatic Colors of #6E460C
Black with #6E460C
Text Example
Text Example
White with #6E460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E460C; }
p { color: rgb(110,70,12); }
H1.HeaderClassName
{
color: #6E460C;
}
.AnyTagClassName
{
color: #6E460C;
}
</style>
background-color css
<style>
a { background-color: #6E460C; }
a { background-color: rgb(110,70,12); }
div.DivClassName
{
background-color: #6E460C;
}
.BgClassName
{
background-color: #6E460C;
}
</style>
border-color css
<style>
span { border-color: #6E460C; }
span { border-color: rgb(110,70,12); }
td.TdClassName
{
border-color: #6E460C;
}
.TagClassName
{
border-color: #6E460C;
}
</style>