Shades of Raw Umber #6F4D04
Tints of Raw Umber #6F4D04
RGB
CMYK
RGB Variations
Color information
#6F4D04 (or 0x6F4D04) is known color: Raw Umber. HEX triplet: 6F, 4D and 04. RGB value is (111,77,4). Sum of RGB (Red+Green+Blue) = 111+77+4=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4D04 is #90B2FB. Grayscale: #4F4F4F. Windows color (decimal): -9483004 or 281967. OLE color: 281967.
HSL color Cylindrical-coordinate representation of color #6F4D04: hue angle of 40.93º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F4D04 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 4 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.56 |
| HSL | 40.93º | 0.93% | 0.23% | - |
| HSV(B) | 40.93º | 0.96% | 0.44% | - |
| XYZ | 9.23 | 8.7 | 1.31 | - |
| YUV | 78.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 4 | 0 | 0.31 | 0.96 | 0.56 | 40.93 | 0.93 | 0.23 |
| Hex | 6F | 4D | 4 | 0 | 1F | 60 | 38 | 29 | 5D | 17 |
| Octal | 157 | 115 | 4 | 0 | 37 | 140 | 70 | 51 | 135 | 27 |
| Binary | 1101111 | 1001101 | 100 | 0 | 11111 | 1100000 | 111000 | 101001 | 1011101 | 10111 |
Color Harmonies of #6F4D04
Complementary color
Monochromatic Colors of #6F4D04
Black with #6F4D04
Text Example
Text Example
White with #6F4D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D04; }
p { color: rgb(111,77,4); }
H1.HeaderClassName
{
color: #6F4D04;
}
.AnyTagClassName
{
color: #6F4D04;
}
</style>
background-color css
<style>
a { background-color: #6F4D04; }
a { background-color: rgb(111,77,4); }
div.DivClassName
{
background-color: #6F4D04;
}
.BgClassName
{
background-color: #6F4D04;
}
</style>
border-color css
<style>
span { border-color: #6F4D04; }
span { border-color: rgb(111,77,4); }
td.TdClassName
{
border-color: #6F4D04;
}
.TagClassName
{
border-color: #6F4D04;
}
</style>