Shades of Raw Umber #6F3707
Tints of Raw Umber #6F3707
RGB
CMYK
RGB Variations
Color information
#6F3707 (or 0x6F3707) is known color: Raw Umber. HEX triplet: 6F, 37 and 07. RGB value is (111,55,7). Sum of RGB (Red+Green+Blue) = 111+55+7=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3707 is #90C8F8. Grayscale: #424242. Windows color (decimal): -9488633 or 472943. OLE color: 472943.
HSL color Cylindrical-coordinate representation of color #6F3707: hue angle of 27.69º 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 #6F3707 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 7 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.56 |
| HSL | 27.69º | 0.88% | 0.23% | - |
| HSV(B) | 27.69º | 0.94% | 0.44% | - |
| XYZ | 7.96 | 6.13 | 0.96 | - |
| YUV | 66.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 7 | 0 | 0.50 | 0.94 | 0.56 | 27.69 | 0.88 | 0.23 |
| Hex | 6F | 37 | 7 | 0 | 32 | 5E | 38 | 1C | 58 | 17 |
| Octal | 157 | 67 | 7 | 0 | 62 | 136 | 70 | 34 | 130 | 27 |
| Binary | 1101111 | 110111 | 111 | 0 | 110010 | 1011110 | 111000 | 11100 | 1011000 | 10111 |
Color Harmonies of #6F3707
Complementary color
Monochromatic Colors of #6F3707
Black with #6F3707
Text Example
Text Example
White with #6F3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3707; }
p { color: rgb(111,55,7); }
H1.HeaderClassName
{
color: #6F3707;
}
.AnyTagClassName
{
color: #6F3707;
}
</style>
background-color css
<style>
a { background-color: #6F3707; }
a { background-color: rgb(111,55,7); }
div.DivClassName
{
background-color: #6F3707;
}
.BgClassName
{
background-color: #6F3707;
}
</style>
border-color css
<style>
span { border-color: #6F3707; }
span { border-color: rgb(111,55,7); }
td.TdClassName
{
border-color: #6F3707;
}
.TagClassName
{
border-color: #6F3707;
}
</style>