Shades of Raw Umber #6D4F13
Tints of Raw Umber #6D4F13
RGB
CMYK
RGB Variations
Color information
#6D4F13 (or 0x6D4F13) is known color: Raw Umber. HEX triplet: 6D, 4F and 13. RGB value is (109,79,19). Sum of RGB (Red+Green+Blue) = 109+79+19=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D4F13 is #92B0EC. Grayscale: #515151. Windows color (decimal): -9613549 or 1265517. OLE color: 1265517.
HSL color Cylindrical-coordinate representation of color #6D4F13: hue angle of 40º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D4F13 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 19 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.57 |
| HSL | 40º | 0.7% | 0.25% | - |
| HSV(B) | 40º | 0.83% | 0.43% | - |
| XYZ | 9.22 | 8.89 | 1.85 | - |
| YUV | 81.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 19 | 0 | 0.28 | 0.83 | 0.57 | 40 | 0.7 | 0.25 |
| Hex | 6D | 4F | 13 | 0 | 1C | 53 | 39 | 28 | 46 | 19 |
| Octal | 155 | 117 | 23 | 0 | 34 | 123 | 71 | 50 | 106 | 31 |
| Binary | 1101101 | 1001111 | 10011 | 0 | 11100 | 1010011 | 111001 | 101000 | 1000110 | 11001 |
Color Harmonies of #6D4F13
Complementary color
Monochromatic Colors of #6D4F13
Black with #6D4F13
Text Example
Text Example
White with #6D4F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F13; }
p { color: rgb(109,79,19); }
H1.HeaderClassName
{
color: #6D4F13;
}
.AnyTagClassName
{
color: #6D4F13;
}
</style>
background-color css
<style>
a { background-color: #6D4F13; }
a { background-color: rgb(109,79,19); }
div.DivClassName
{
background-color: #6D4F13;
}
.BgClassName
{
background-color: #6D4F13;
}
</style>
border-color css
<style>
span { border-color: #6D4F13; }
span { border-color: rgb(109,79,19); }
td.TdClassName
{
border-color: #6D4F13;
}
.TagClassName
{
border-color: #6D4F13;
}
</style>