Shades of Raw Umber #6F5E0E
Tints of Raw Umber #6F5E0E
RGB
CMYK
RGB Variations
Color information
#6F5E0E (or 0x6F5E0E) is known color: Raw Umber. HEX triplet: 6F, 5E and 0E. RGB value is (111,94,14). Sum of RGB (Red+Green+Blue) = 111+94+14=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E0E is #90A1F1. Grayscale: #5A5A5A. Windows color (decimal): -9478642 or 941679. OLE color: 941679.
HSL color Cylindrical-coordinate representation of color #6F5E0E: hue angle of 49.48º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F5E0E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 14 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.56 |
| HSL | 49.48º | 0.78% | 0.25% | - |
| HSV(B) | 49.48º | 0.87% | 0.44% | - |
| XYZ | 10.64 | 11.42 | 2.06 | - |
| YUV | 89.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 14 | 0 | 0.15 | 0.87 | 0.56 | 49.48 | 0.78 | 0.25 |
| Hex | 6F | 5E | E | 0 | F | 57 | 38 | 31 | 4E | 19 |
| Octal | 157 | 136 | 16 | 0 | 17 | 127 | 70 | 61 | 116 | 31 |
| Binary | 1101111 | 1011110 | 1110 | 0 | 1111 | 1010111 | 111000 | 110001 | 1001110 | 11001 |
Color Harmonies of #6F5E0E
Complementary color
Monochromatic Colors of #6F5E0E
Black with #6F5E0E
Text Example
Text Example
White with #6F5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E0E; }
p { color: rgb(111,94,14); }
H1.HeaderClassName
{
color: #6F5E0E;
}
.AnyTagClassName
{
color: #6F5E0E;
}
</style>
background-color css
<style>
a { background-color: #6F5E0E; }
a { background-color: rgb(111,94,14); }
div.DivClassName
{
background-color: #6F5E0E;
}
.BgClassName
{
background-color: #6F5E0E;
}
</style>
border-color css
<style>
span { border-color: #6F5E0E; }
span { border-color: rgb(111,94,14); }
td.TdClassName
{
border-color: #6F5E0E;
}
.TagClassName
{
border-color: #6F5E0E;
}
</style>