Shades of Raw Umber #6F3E11
Tints of Raw Umber #6F3E11
RGB
CMYK
RGB Variations
Color information
#6F3E11 (or 0x6F3E11) is known color: Raw Umber. HEX triplet: 6F, 3E and 11. RGB value is (111,62,17). Sum of RGB (Red+Green+Blue) = 111+62+17=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3E11 is #90C1EE. Grayscale: #474747. Windows color (decimal): -9486831 or 1130095. OLE color: 1130095.
HSL color Cylindrical-coordinate representation of color #6F3E11: hue angle of 28.72º 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 #6F3E11 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 17 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.56 |
| HSL | 28.72º | 0.73% | 0.25% | - |
| HSV(B) | 28.72º | 0.85% | 0.44% | - |
| XYZ | 8.38 | 6.87 | 1.41 | - |
| YUV | 71.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 17 | 0 | 0.44 | 0.85 | 0.56 | 28.72 | 0.73 | 0.25 |
| Hex | 6F | 3E | 11 | 0 | 2C | 55 | 38 | 1D | 49 | 19 |
| Octal | 157 | 76 | 21 | 0 | 54 | 125 | 70 | 35 | 111 | 31 |
| Binary | 1101111 | 111110 | 10001 | 0 | 101100 | 1010101 | 111000 | 11101 | 1001001 | 11001 |
Color Harmonies of #6F3E11
Complementary color
Monochromatic Colors of #6F3E11
Black with #6F3E11
Text Example
Text Example
White with #6F3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E11; }
p { color: rgb(111,62,17); }
H1.HeaderClassName
{
color: #6F3E11;
}
.AnyTagClassName
{
color: #6F3E11;
}
</style>
background-color css
<style>
a { background-color: #6F3E11; }
a { background-color: rgb(111,62,17); }
div.DivClassName
{
background-color: #6F3E11;
}
.BgClassName
{
background-color: #6F3E11;
}
</style>
border-color css
<style>
span { border-color: #6F3E11; }
span { border-color: rgb(111,62,17); }
td.TdClassName
{
border-color: #6F3E11;
}
.TagClassName
{
border-color: #6F3E11;
}
</style>