Shades of Raw Umber #6F4211
Tints of Raw Umber #6F4211
RGB
CMYK
RGB Variations
Color information
#6F4211 (or 0x6F4211) is known color: Raw Umber. HEX triplet: 6F, 42 and 11. RGB value is (111,66,17). Sum of RGB (Red+Green+Blue) = 111+66+17=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4211 is #90BDEE. Grayscale: #4A4A4A. Windows color (decimal): -9485807 or 1131119. OLE color: 1131119.
HSL color Cylindrical-coordinate representation of color #6F4211: hue angle of 31.28º 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 #6F4211 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 17 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.56 |
| HSL | 31.28º | 0.73% | 0.25% | - |
| HSV(B) | 31.28º | 0.85% | 0.44% | - |
| XYZ | 8.6 | 7.32 | 1.49 | - |
| YUV | 73.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 17 | 0 | 0.41 | 0.85 | 0.56 | 31.28 | 0.73 | 0.25 |
| Hex | 6F | 42 | 11 | 0 | 29 | 55 | 38 | 1F | 49 | 19 |
| Octal | 157 | 102 | 21 | 0 | 51 | 125 | 70 | 37 | 111 | 31 |
| Binary | 1101111 | 1000010 | 10001 | 0 | 101001 | 1010101 | 111000 | 11111 | 1001001 | 11001 |
Color Harmonies of #6F4211
Complementary color
Monochromatic Colors of #6F4211
Black with #6F4211
Text Example
Text Example
White with #6F4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4211; }
p { color: rgb(111,66,17); }
H1.HeaderClassName
{
color: #6F4211;
}
.AnyTagClassName
{
color: #6F4211;
}
</style>
background-color css
<style>
a { background-color: #6F4211; }
a { background-color: rgb(111,66,17); }
div.DivClassName
{
background-color: #6F4211;
}
.BgClassName
{
background-color: #6F4211;
}
</style>
border-color css
<style>
span { border-color: #6F4211; }
span { border-color: rgb(111,66,17); }
td.TdClassName
{
border-color: #6F4211;
}
.TagClassName
{
border-color: #6F4211;
}
</style>