Shades of Raw Umber #6F4E07
Tints of Raw Umber #6F4E07
RGB
CMYK
RGB Variations
Color information
#6F4E07 (or 0x6F4E07) is known color: Raw Umber. HEX triplet: 6F, 4E and 07. RGB value is (111,78,7). Sum of RGB (Red+Green+Blue) = 111+78+7=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4E07 is #90B1F8. Grayscale: #505050. Windows color (decimal): -9482745 or 478831. OLE color: 478831.
HSL color Cylindrical-coordinate representation of color #6F4E07: hue angle of 40.96º 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 #6F4E07 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 7 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.56 |
| HSL | 40.96º | 0.88% | 0.23% | - |
| HSV(B) | 40.96º | 0.94% | 0.44% | - |
| XYZ | 9.32 | 8.84 | 1.42 | - |
| YUV | 79.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 7 | 0 | 0.30 | 0.94 | 0.56 | 40.96 | 0.88 | 0.23 |
| Hex | 6F | 4E | 7 | 0 | 1E | 5E | 38 | 29 | 58 | 17 |
| Octal | 157 | 116 | 7 | 0 | 36 | 136 | 70 | 51 | 130 | 27 |
| Binary | 1101111 | 1001110 | 111 | 0 | 11110 | 1011110 | 111000 | 101001 | 1011000 | 10111 |
Color Harmonies of #6F4E07
Complementary color
Monochromatic Colors of #6F4E07
Black with #6F4E07
Text Example
Text Example
White with #6F4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E07; }
p { color: rgb(111,78,7); }
H1.HeaderClassName
{
color: #6F4E07;
}
.AnyTagClassName
{
color: #6F4E07;
}
</style>
background-color css
<style>
a { background-color: #6F4E07; }
a { background-color: rgb(111,78,7); }
div.DivClassName
{
background-color: #6F4E07;
}
.BgClassName
{
background-color: #6F4E07;
}
</style>
border-color css
<style>
span { border-color: #6F4E07; }
span { border-color: rgb(111,78,7); }
td.TdClassName
{
border-color: #6F4E07;
}
.TagClassName
{
border-color: #6F4E07;
}
</style>