Shades of Raw Umber #6F4906
Tints of Raw Umber #6F4906
RGB
CMYK
RGB Variations
Color information
#6F4906 (or 0x6F4906) is known color: Raw Umber. HEX triplet: 6F, 49 and 06. RGB value is (111,73,6). Sum of RGB (Red+Green+Blue) = 111+73+6=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4906 is #90B6F9. Grayscale: #4D4D4D. Windows color (decimal): -9484026 or 412015. OLE color: 412015.
HSL color Cylindrical-coordinate representation of color #6F4906: hue angle of 38.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4906 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 6 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.56 |
| HSL | 38.29º | 0.9% | 0.23% | - |
| HSV(B) | 38.29º | 0.95% | 0.44% | - |
| XYZ | 8.97 | 8.16 | 1.27 | - |
| YUV | 76.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 6 | 0 | 0.34 | 0.95 | 0.56 | 38.29 | 0.9 | 0.23 |
| Hex | 6F | 49 | 6 | 0 | 22 | 5F | 38 | 26 | 5A | 17 |
| Octal | 157 | 111 | 6 | 0 | 42 | 137 | 70 | 46 | 132 | 27 |
| Binary | 1101111 | 1001001 | 110 | 0 | 100010 | 1011111 | 111000 | 100110 | 1011010 | 10111 |
Color Harmonies of #6F4906
Complementary color
Monochromatic Colors of #6F4906
Black with #6F4906
Text Example
Text Example
White with #6F4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4906; }
p { color: rgb(111,73,6); }
H1.HeaderClassName
{
color: #6F4906;
}
.AnyTagClassName
{
color: #6F4906;
}
</style>
background-color css
<style>
a { background-color: #6F4906; }
a { background-color: rgb(111,73,6); }
div.DivClassName
{
background-color: #6F4906;
}
.BgClassName
{
background-color: #6F4906;
}
</style>
border-color css
<style>
span { border-color: #6F4906; }
span { border-color: rgb(111,73,6); }
td.TdClassName
{
border-color: #6F4906;
}
.TagClassName
{
border-color: #6F4906;
}
</style>