Shades of Raw Umber #6F5211
Tints of Raw Umber #6F5211
RGB
CMYK
RGB Variations
Color information
#6F5211 (or 0x6F5211) is known color: Raw Umber. HEX triplet: 6F, 52 and 11. RGB value is (111,82,17). Sum of RGB (Red+Green+Blue) = 111+82+17=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5211 is #90ADEE. Grayscale: #535353. Windows color (decimal): -9481711 or 1135215. OLE color: 1135215.
HSL color Cylindrical-coordinate representation of color #6F5211: hue angle of 41.49º 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 #6F5211 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 82 | 17 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.56 |
| HSL | 41.49º | 0.73% | 0.25% | - |
| HSV(B) | 41.49º | 0.85% | 0.44% | - |
| XYZ | 9.67 | 9.45 | 1.85 | - |
| YUV | 83.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 17 | 0 | 0.26 | 0.85 | 0.56 | 41.49 | 0.73 | 0.25 |
| Hex | 6F | 52 | 11 | 0 | 1A | 55 | 38 | 29 | 49 | 19 |
| Octal | 157 | 122 | 21 | 0 | 32 | 125 | 70 | 51 | 111 | 31 |
| Binary | 1101111 | 1010010 | 10001 | 0 | 11010 | 1010101 | 111000 | 101001 | 1001001 | 11001 |
Color Harmonies of #6F5211
Complementary color
Monochromatic Colors of #6F5211
Black with #6F5211
Text Example
Text Example
White with #6F5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5211; }
p { color: rgb(111,82,17); }
H1.HeaderClassName
{
color: #6F5211;
}
.AnyTagClassName
{
color: #6F5211;
}
</style>
background-color css
<style>
a { background-color: #6F5211; }
a { background-color: rgb(111,82,17); }
div.DivClassName
{
background-color: #6F5211;
}
.BgClassName
{
background-color: #6F5211;
}
</style>
border-color css
<style>
span { border-color: #6F5211; }
span { border-color: rgb(111,82,17); }
td.TdClassName
{
border-color: #6F5211;
}
.TagClassName
{
border-color: #6F5211;
}
</style>