Shades of Raw Umber #6F4916
Tints of Raw Umber #6F4916
RGB
CMYK
RGB Variations
Color information
#6F4916 (or 0x6F4916) is known color: Raw Umber. HEX triplet: 6F, 49 and 16. RGB value is (111,73,22). Sum of RGB (Red+Green+Blue) = 111+73+22=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4916 is #90B6E9. Grayscale: #4E4E4E. Windows color (decimal): -9484010 or 1460591. OLE color: 1460591.
HSL color Cylindrical-coordinate representation of color #6F4916: hue angle of 34.38º 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 #6F4916 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 22 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.56 |
| HSL | 34.38º | 0.67% | 0.26% | - |
| HSV(B) | 34.38º | 0.8% | 0.44% | - |
| XYZ | 9.08 | 8.2 | 1.86 | - |
| YUV | 78.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 22 | 0 | 0.34 | 0.80 | 0.56 | 34.38 | 0.67 | 0.26 |
| Hex | 6F | 49 | 16 | 0 | 22 | 50 | 38 | 22 | 43 | 1A |
| Octal | 157 | 111 | 26 | 0 | 42 | 120 | 70 | 42 | 103 | 32 |
| Binary | 1101111 | 1001001 | 10110 | 0 | 100010 | 1010000 | 111000 | 100010 | 1000011 | 11010 |
Color Harmonies of #6F4916
Complementary color
Monochromatic Colors of #6F4916
Black with #6F4916
Text Example
Text Example
White with #6F4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4916; }
p { color: rgb(111,73,22); }
H1.HeaderClassName
{
color: #6F4916;
}
.AnyTagClassName
{
color: #6F4916;
}
</style>
background-color css
<style>
a { background-color: #6F4916; }
a { background-color: rgb(111,73,22); }
div.DivClassName
{
background-color: #6F4916;
}
.BgClassName
{
background-color: #6F4916;
}
</style>
border-color css
<style>
span { border-color: #6F4916; }
span { border-color: rgb(111,73,22); }
td.TdClassName
{
border-color: #6F4916;
}
.TagClassName
{
border-color: #6F4916;
}
</style>