Shades of Raw Umber #6F5116
Tints of Raw Umber #6F5116
RGB
CMYK
RGB Variations
Color information
#6F5116 (or 0x6F5116) is known color: Raw Umber. HEX triplet: 6F, 51 and 16. RGB value is (111,81,22). Sum of RGB (Red+Green+Blue) = 111+81+22=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5116 is #90AEE9. Grayscale: #535353. Windows color (decimal): -9481962 or 1462639. OLE color: 1462639.
HSL color Cylindrical-coordinate representation of color #6F5116: hue angle of 39.78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F5116 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 22 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.56 |
| HSL | 39.78º | 0.67% | 0.26% | - |
| HSV(B) | 39.78º | 0.8% | 0.44% | - |
| XYZ | 9.64 | 9.32 | 2.05 | - |
| YUV | 83.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 22 | 0 | 0.27 | 0.80 | 0.56 | 39.78 | 0.67 | 0.26 |
| Hex | 6F | 51 | 16 | 0 | 1B | 50 | 38 | 28 | 43 | 1A |
| Octal | 157 | 121 | 26 | 0 | 33 | 120 | 70 | 50 | 103 | 32 |
| Binary | 1101111 | 1010001 | 10110 | 0 | 11011 | 1010000 | 111000 | 101000 | 1000011 | 11010 |
Color Harmonies of #6F5116
Complementary color
Monochromatic Colors of #6F5116
Black with #6F5116
Text Example
Text Example
White with #6F5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5116; }
p { color: rgb(111,81,22); }
H1.HeaderClassName
{
color: #6F5116;
}
.AnyTagClassName
{
color: #6F5116;
}
</style>
background-color css
<style>
a { background-color: #6F5116; }
a { background-color: rgb(111,81,22); }
div.DivClassName
{
background-color: #6F5116;
}
.BgClassName
{
background-color: #6F5116;
}
</style>
border-color css
<style>
span { border-color: #6F5116; }
span { border-color: rgb(111,81,22); }
td.TdClassName
{
border-color: #6F5116;
}
.TagClassName
{
border-color: #6F5116;
}
</style>