Shades of Raw Umber #6F4E11
Tints of Raw Umber #6F4E11
RGB
CMYK
RGB Variations
Color information
#6F4E11 (or 0x6F4E11) is known color: Raw Umber. HEX triplet: 6F, 4E and 11. RGB value is (111,78,17). Sum of RGB (Red+Green+Blue) = 111+78+17=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4E11 is #90B1EE. Grayscale: #515151. Windows color (decimal): -9482735 or 1134191. OLE color: 1134191.
HSL color Cylindrical-coordinate representation of color #6F4E11: hue angle of 38.94º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F4E11 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 17 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.56 |
| HSL | 38.94º | 0.73% | 0.25% | - |
| HSV(B) | 38.94º | 0.85% | 0.44% | - |
| XYZ | 9.38 | 8.87 | 1.75 | - |
| YUV | 80.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 17 | 0 | 0.30 | 0.85 | 0.56 | 38.94 | 0.73 | 0.25 |
| Hex | 6F | 4E | 11 | 0 | 1E | 55 | 38 | 27 | 49 | 19 |
| Octal | 157 | 116 | 21 | 0 | 36 | 125 | 70 | 47 | 111 | 31 |
| Binary | 1101111 | 1001110 | 10001 | 0 | 11110 | 1010101 | 111000 | 100111 | 1001001 | 11001 |
Color Harmonies of #6F4E11
Complementary color
Monochromatic Colors of #6F4E11
Black with #6F4E11
Text Example
Text Example
White with #6F4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E11; }
p { color: rgb(111,78,17); }
H1.HeaderClassName
{
color: #6F4E11;
}
.AnyTagClassName
{
color: #6F4E11;
}
</style>
background-color css
<style>
a { background-color: #6F4E11; }
a { background-color: rgb(111,78,17); }
div.DivClassName
{
background-color: #6F4E11;
}
.BgClassName
{
background-color: #6F4E11;
}
</style>
border-color css
<style>
span { border-color: #6F4E11; }
span { border-color: rgb(111,78,17); }
td.TdClassName
{
border-color: #6F4E11;
}
.TagClassName
{
border-color: #6F4E11;
}
</style>