Shades of Raw Umber #6F4707
Tints of Raw Umber #6F4707
RGB
CMYK
RGB Variations
Color information
#6F4707 (or 0x6F4707) is known color: Raw Umber. HEX triplet: 6F, 47 and 07. RGB value is (111,71,7). Sum of RGB (Red+Green+Blue) = 111+71+7=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4707 is #90B8F8. Grayscale: #4B4B4B. Windows color (decimal): -9484537 or 477039. OLE color: 477039.
HSL color Cylindrical-coordinate representation of color #6F4707: hue angle of 36.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F4707 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 7 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.56 |
| HSL | 36.92º | 0.88% | 0.23% | - |
| HSV(B) | 36.92º | 0.94% | 0.44% | - |
| XYZ | 8.85 | 7.9 | 1.26 | - |
| YUV | 75.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 7 | 0 | 0.36 | 0.94 | 0.56 | 36.92 | 0.88 | 0.23 |
| Hex | 6F | 47 | 7 | 0 | 24 | 5E | 38 | 25 | 58 | 17 |
| Octal | 157 | 107 | 7 | 0 | 44 | 136 | 70 | 45 | 130 | 27 |
| Binary | 1101111 | 1000111 | 111 | 0 | 100100 | 1011110 | 111000 | 100101 | 1011000 | 10111 |
Color Harmonies of #6F4707
Complementary color
Monochromatic Colors of #6F4707
Black with #6F4707
Text Example
Text Example
White with #6F4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4707; }
p { color: rgb(111,71,7); }
H1.HeaderClassName
{
color: #6F4707;
}
.AnyTagClassName
{
color: #6F4707;
}
</style>
background-color css
<style>
a { background-color: #6F4707; }
a { background-color: rgb(111,71,7); }
div.DivClassName
{
background-color: #6F4707;
}
.BgClassName
{
background-color: #6F4707;
}
</style>
border-color css
<style>
span { border-color: #6F4707; }
span { border-color: rgb(111,71,7); }
td.TdClassName
{
border-color: #6F4707;
}
.TagClassName
{
border-color: #6F4707;
}
</style>