Shades of Raw Umber #6F4D13
Tints of Raw Umber #6F4D13
RGB
CMYK
RGB Variations
Color information
#6F4D13 (or 0x6F4D13) is known color: Raw Umber. HEX triplet: 6F, 4D and 13. RGB value is (111,77,19). Sum of RGB (Red+Green+Blue) = 111+77+19=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4D13 is #90B2EC. Grayscale: #505050. Windows color (decimal): -9482989 or 1265007. OLE color: 1265007.
HSL color Cylindrical-coordinate representation of color #6F4D13: hue angle of 37.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F4D13 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 19 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.56 |
| HSL | 37.83º | 0.71% | 0.25% | - |
| HSV(B) | 37.83º | 0.83% | 0.44% | - |
| XYZ | 9.33 | 8.73 | 1.81 | - |
| YUV | 80.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 19 | 0 | 0.31 | 0.83 | 0.56 | 37.83 | 0.71 | 0.25 |
| Hex | 6F | 4D | 13 | 0 | 1F | 53 | 38 | 26 | 47 | 19 |
| Octal | 157 | 115 | 23 | 0 | 37 | 123 | 70 | 46 | 107 | 31 |
| Binary | 1101111 | 1001101 | 10011 | 0 | 11111 | 1010011 | 111000 | 100110 | 1000111 | 11001 |
Color Harmonies of #6F4D13
Complementary color
Monochromatic Colors of #6F4D13
Black with #6F4D13
Text Example
Text Example
White with #6F4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D13; }
p { color: rgb(111,77,19); }
H1.HeaderClassName
{
color: #6F4D13;
}
.AnyTagClassName
{
color: #6F4D13;
}
</style>
background-color css
<style>
a { background-color: #6F4D13; }
a { background-color: rgb(111,77,19); }
div.DivClassName
{
background-color: #6F4D13;
}
.BgClassName
{
background-color: #6F4D13;
}
</style>
border-color css
<style>
span { border-color: #6F4D13; }
span { border-color: rgb(111,77,19); }
td.TdClassName
{
border-color: #6F4D13;
}
.TagClassName
{
border-color: #6F4D13;
}
</style>