Shades of Raw Umber #6E470F
Tints of Raw Umber #6E470F
RGB
CMYK
RGB Variations
Color information
#6E470F (or 0x6E470F) is known color: Raw Umber. HEX triplet: 6E, 47 and 0F. RGB value is (110,71,15). Sum of RGB (Red+Green+Blue) = 110+71+15=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E470F is #91B8F0. Grayscale: #4C4C4C. Windows color (decimal): -9550065 or 1001326. OLE color: 1001326.
HSL color Cylindrical-coordinate representation of color #6E470F: hue angle of 35.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E470F is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 71 | 15 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.57 |
| HSL | 35.37º | 0.76% | 0.25% | - |
| HSV(B) | 35.37º | 0.86% | 0.43% | - |
| XYZ | 8.77 | 7.86 | 1.51 | - |
| YUV | 76.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 15 | 0 | 0.35 | 0.86 | 0.57 | 35.37 | 0.76 | 0.25 |
| Hex | 6E | 47 | F | 0 | 23 | 56 | 39 | 23 | 4C | 19 |
| Octal | 156 | 107 | 17 | 0 | 43 | 126 | 71 | 43 | 114 | 31 |
| Binary | 1101110 | 1000111 | 1111 | 0 | 100011 | 1010110 | 111001 | 100011 | 1001100 | 11001 |
Color Harmonies of #6E470F
Complementary color
Monochromatic Colors of #6E470F
Black with #6E470F
Text Example
Text Example
White with #6E470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E470F; }
p { color: rgb(110,71,15); }
H1.HeaderClassName
{
color: #6E470F;
}
.AnyTagClassName
{
color: #6E470F;
}
</style>
background-color css
<style>
a { background-color: #6E470F; }
a { background-color: rgb(110,71,15); }
div.DivClassName
{
background-color: #6E470F;
}
.BgClassName
{
background-color: #6E470F;
}
</style>
border-color css
<style>
span { border-color: #6E470F; }
span { border-color: rgb(110,71,15); }
td.TdClassName
{
border-color: #6E470F;
}
.TagClassName
{
border-color: #6E470F;
}
</style>