Shades of Raw Umber #6E4212
Tints of Raw Umber #6E4212
RGB
CMYK
RGB Variations
Color information
#6E4212 (or 0x6E4212) is known color: Raw Umber. HEX triplet: 6E, 42 and 12. RGB value is (110,66,18). Sum of RGB (Red+Green+Blue) = 110+66+18=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4212 is #91BDED. Grayscale: #494949. Windows color (decimal): -9551342 or 1196654. OLE color: 1196654.
HSL color Cylindrical-coordinate representation of color #6E4212: hue angle of 31.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E4212 is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 18 | - |
| CMYK | 0 | 0.4 | 0.84 | 0.57 |
| HSL | 31.3º | 0.72% | 0.25% | - |
| HSV(B) | 31.3º | 0.84% | 0.43% | - |
| XYZ | 8.49 | 7.26 | 1.53 | - |
| YUV | 73.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 18 | 0 | 0.4 | 0.84 | 0.57 | 31.3 | 0.72 | 0.25 |
| Hex | 6E | 42 | 12 | 0 | 28 | 54 | 39 | 1F | 48 | 19 |
| Octal | 156 | 102 | 22 | 0 | 50 | 124 | 71 | 37 | 110 | 31 |
| Binary | 1101110 | 1000010 | 10010 | 0 | 101000 | 1010100 | 111001 | 11111 | 1001000 | 11001 |
Color Harmonies of #6E4212
Complementary color
Monochromatic Colors of #6E4212
Black with #6E4212
Text Example
Text Example
White with #6E4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4212; }
p { color: rgb(110,66,18); }
H1.HeaderClassName
{
color: #6E4212;
}
.AnyTagClassName
{
color: #6E4212;
}
</style>
background-color css
<style>
a { background-color: #6E4212; }
a { background-color: rgb(110,66,18); }
div.DivClassName
{
background-color: #6E4212;
}
.BgClassName
{
background-color: #6E4212;
}
</style>
border-color css
<style>
span { border-color: #6E4212; }
span { border-color: rgb(110,66,18); }
td.TdClassName
{
border-color: #6E4212;
}
.TagClassName
{
border-color: #6E4212;
}
</style>