Shades of Raw Umber #6D400F
Tints of Raw Umber #6D400F
RGB
CMYK
RGB Variations
Color information
#6D400F (or 0x6D400F) is known color: Raw Umber. HEX triplet: 6D, 40 and 0F. RGB value is (109,64,15). Sum of RGB (Red+Green+Blue) = 109+64+15=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D400F is #92BFF0. Grayscale: #484848. Windows color (decimal): -9617393 or 999533. OLE color: 999533.
HSL color Cylindrical-coordinate representation of color #6D400F: hue angle of 31.28º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D400F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 15 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.57 |
| HSL | 31.28º | 0.76% | 0.24% | - |
| HSV(B) | 31.28º | 0.86% | 0.43% | - |
| XYZ | 8.23 | 6.95 | 1.36 | - |
| YUV | 71.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 15 | 0 | 0.41 | 0.86 | 0.57 | 31.28 | 0.76 | 0.24 |
| Hex | 6D | 40 | F | 0 | 29 | 56 | 39 | 1F | 4C | 18 |
| Octal | 155 | 100 | 17 | 0 | 51 | 126 | 71 | 37 | 114 | 30 |
| Binary | 1101101 | 1000000 | 1111 | 0 | 101001 | 1010110 | 111001 | 11111 | 1001100 | 11000 |
Color Harmonies of #6D400F
Complementary color
Monochromatic Colors of #6D400F
Black with #6D400F
Text Example
Text Example
White with #6D400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D400F; }
p { color: rgb(109,64,15); }
H1.HeaderClassName
{
color: #6D400F;
}
.AnyTagClassName
{
color: #6D400F;
}
</style>
background-color css
<style>
a { background-color: #6D400F; }
a { background-color: rgb(109,64,15); }
div.DivClassName
{
background-color: #6D400F;
}
.BgClassName
{
background-color: #6D400F;
}
</style>
border-color css
<style>
span { border-color: #6D400F; }
span { border-color: rgb(109,64,15); }
td.TdClassName
{
border-color: #6D400F;
}
.TagClassName
{
border-color: #6D400F;
}
</style>