Shades of Raw Umber #6F4918
Tints of Raw Umber #6F4918
RGB
CMYK
RGB Variations
Color information
#6F4918 (or 0x6F4918) is known color: Raw Umber. HEX triplet: 6F, 49 and 18. RGB value is (111,73,24). Sum of RGB (Red+Green+Blue) = 111+73+24=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4918 is #90B6E7. Grayscale: #4F4F4F. Windows color (decimal): -9484008 or 1591663. OLE color: 1591663.
HSL color Cylindrical-coordinate representation of color #6F4918: hue angle of 33.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F4918 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 24 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.56 |
| HSL | 33.79º | 0.64% | 0.26% | - |
| HSV(B) | 33.79º | 0.78% | 0.44% | - |
| XYZ | 9.1 | 8.21 | 1.97 | - |
| YUV | 78.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 24 | 0 | 0.34 | 0.78 | 0.56 | 33.79 | 0.64 | 0.26 |
| Hex | 6F | 49 | 18 | 0 | 22 | 4E | 38 | 22 | 40 | 1A |
| Octal | 157 | 111 | 30 | 0 | 42 | 116 | 70 | 42 | 100 | 32 |
| Binary | 1101111 | 1001001 | 11000 | 0 | 100010 | 1001110 | 111000 | 100010 | 1000000 | 11010 |
Color Harmonies of #6F4918
Complementary color
Monochromatic Colors of #6F4918
Black with #6F4918
Text Example
Text Example
White with #6F4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4918; }
p { color: rgb(111,73,24); }
H1.HeaderClassName
{
color: #6F4918;
}
.AnyTagClassName
{
color: #6F4918;
}
</style>
background-color css
<style>
a { background-color: #6F4918; }
a { background-color: rgb(111,73,24); }
div.DivClassName
{
background-color: #6F4918;
}
.BgClassName
{
background-color: #6F4918;
}
</style>
border-color css
<style>
span { border-color: #6F4918; }
span { border-color: rgb(111,73,24); }
td.TdClassName
{
border-color: #6F4918;
}
.TagClassName
{
border-color: #6F4918;
}
</style>