Shades of Raw Umber #6F4D14
Tints of Raw Umber #6F4D14
RGB
CMYK
RGB Variations
Color information
#6F4D14 (or 0x6F4D14) is known color: Raw Umber. HEX triplet: 6F, 4D and 14. RGB value is (111,77,20). Sum of RGB (Red+Green+Blue) = 111+77+20=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4D14 is #90B2EB. Grayscale: #505050. Windows color (decimal): -9482988 or 1330543. OLE color: 1330543.
HSL color Cylindrical-coordinate representation of color #6F4D14: hue angle of 37.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F4D14 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 20 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.56 |
| HSL | 37.58º | 0.69% | 0.26% | - |
| HSV(B) | 37.58º | 0.82% | 0.44% | - |
| XYZ | 9.34 | 8.74 | 1.86 | - |
| YUV | 80.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 20 | 0 | 0.31 | 0.82 | 0.56 | 37.58 | 0.69 | 0.26 |
| Hex | 6F | 4D | 14 | 0 | 1F | 52 | 38 | 26 | 45 | 1A |
| Octal | 157 | 115 | 24 | 0 | 37 | 122 | 70 | 46 | 105 | 32 |
| Binary | 1101111 | 1001101 | 10100 | 0 | 11111 | 1010010 | 111000 | 100110 | 1000101 | 11010 |
Color Harmonies of #6F4D14
Complementary color
Monochromatic Colors of #6F4D14
Black with #6F4D14
Text Example
Text Example
White with #6F4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D14; }
p { color: rgb(111,77,20); }
H1.HeaderClassName
{
color: #6F4D14;
}
.AnyTagClassName
{
color: #6F4D14;
}
</style>
background-color css
<style>
a { background-color: #6F4D14; }
a { background-color: rgb(111,77,20); }
div.DivClassName
{
background-color: #6F4D14;
}
.BgClassName
{
background-color: #6F4D14;
}
</style>
border-color css
<style>
span { border-color: #6F4D14; }
span { border-color: rgb(111,77,20); }
td.TdClassName
{
border-color: #6F4D14;
}
.TagClassName
{
border-color: #6F4D14;
}
</style>