Shades of Raw Umber #6F5916
Tints of Raw Umber #6F5916
RGB
CMYK
RGB Variations
Color information
#6F5916 (or 0x6F5916) is known color: Raw Umber. HEX triplet: 6F, 59 and 16. RGB value is (111,89,22). Sum of RGB (Red+Green+Blue) = 111+89+22=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5916 is #90A6E9. Grayscale: #585858. Windows color (decimal): -9479914 or 1464687. OLE color: 1464687.
HSL color Cylindrical-coordinate representation of color #6F5916: hue angle of 45.17º 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 #6F5916 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 22 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.56 |
| HSL | 45.17º | 0.67% | 0.26% | - |
| HSV(B) | 45.17º | 0.8% | 0.44% | - |
| XYZ | 10.27 | 10.58 | 2.26 | - |
| YUV | 87.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 22 | 0 | 0.20 | 0.80 | 0.56 | 45.17 | 0.67 | 0.26 |
| Hex | 6F | 59 | 16 | 0 | 14 | 50 | 38 | 2D | 43 | 1A |
| Octal | 157 | 131 | 26 | 0 | 24 | 120 | 70 | 55 | 103 | 32 |
| Binary | 1101111 | 1011001 | 10110 | 0 | 10100 | 1010000 | 111000 | 101101 | 1000011 | 11010 |
Color Harmonies of #6F5916
Complementary color
Monochromatic Colors of #6F5916
Black with #6F5916
Text Example
Text Example
White with #6F5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5916; }
p { color: rgb(111,89,22); }
H1.HeaderClassName
{
color: #6F5916;
}
.AnyTagClassName
{
color: #6F5916;
}
</style>
background-color css
<style>
a { background-color: #6F5916; }
a { background-color: rgb(111,89,22); }
div.DivClassName
{
background-color: #6F5916;
}
.BgClassName
{
background-color: #6F5916;
}
</style>
border-color css
<style>
span { border-color: #6F5916; }
span { border-color: rgb(111,89,22); }
td.TdClassName
{
border-color: #6F5916;
}
.TagClassName
{
border-color: #6F5916;
}
</style>