Shades of Raw Umber #6F5416
Tints of Raw Umber #6F5416
RGB
CMYK
RGB Variations
Color information
#6F5416 (or 0x6F5416) is known color: Raw Umber. HEX triplet: 6F, 54 and 16. RGB value is (111,84,22). Sum of RGB (Red+Green+Blue) = 111+84+22=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5416 is #90ABE9. Grayscale: #555555. Windows color (decimal): -9481194 or 1463407. OLE color: 1463407.
HSL color Cylindrical-coordinate representation of color #6F5416: hue angle of 41.8º 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 #6F5416 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 22 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.56 |
| HSL | 41.8º | 0.67% | 0.26% | - |
| HSV(B) | 41.8º | 0.8% | 0.44% | - |
| XYZ | 9.87 | 9.78 | 2.13 | - |
| YUV | 85.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 22 | 0 | 0.24 | 0.80 | 0.56 | 41.8 | 0.67 | 0.26 |
| Hex | 6F | 54 | 16 | 0 | 18 | 50 | 38 | 2A | 43 | 1A |
| Octal | 157 | 124 | 26 | 0 | 30 | 120 | 70 | 52 | 103 | 32 |
| Binary | 1101111 | 1010100 | 10110 | 0 | 11000 | 1010000 | 111000 | 101010 | 1000011 | 11010 |
Color Harmonies of #6F5416
Complementary color
Monochromatic Colors of #6F5416
Black with #6F5416
Text Example
Text Example
White with #6F5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5416; }
p { color: rgb(111,84,22); }
H1.HeaderClassName
{
color: #6F5416;
}
.AnyTagClassName
{
color: #6F5416;
}
</style>
background-color css
<style>
a { background-color: #6F5416; }
a { background-color: rgb(111,84,22); }
div.DivClassName
{
background-color: #6F5416;
}
.BgClassName
{
background-color: #6F5416;
}
</style>
border-color css
<style>
span { border-color: #6F5416; }
span { border-color: rgb(111,84,22); }
td.TdClassName
{
border-color: #6F5416;
}
.TagClassName
{
border-color: #6F5416;
}
</style>