Shades of Raw Umber #6D5413
Tints of Raw Umber #6D5413
RGB
CMYK
RGB Variations
Color information
#6D5413 (or 0x6D5413) is known color: Raw Umber. HEX triplet: 6D, 54 and 13. RGB value is (109,84,19). Sum of RGB (Red+Green+Blue) = 109+84+19=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5413 is #92ABEC. Grayscale: #545454. Windows color (decimal): -9612269 or 1266797. OLE color: 1266797.
HSL color Cylindrical-coordinate representation of color #6D5413: hue angle of 43.33º 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 #6D5413 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 19 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.57 |
| HSL | 43.33º | 0.7% | 0.25% | - |
| HSV(B) | 43.33º | 0.83% | 0.43% | - |
| XYZ | 9.59 | 9.64 | 1.97 | - |
| YUV | 84.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 19 | 0 | 0.23 | 0.83 | 0.57 | 43.33 | 0.7 | 0.25 |
| Hex | 6D | 54 | 13 | 0 | 17 | 53 | 39 | 2B | 46 | 19 |
| Octal | 155 | 124 | 23 | 0 | 27 | 123 | 71 | 53 | 106 | 31 |
| Binary | 1101101 | 1010100 | 10011 | 0 | 10111 | 1010011 | 111001 | 101011 | 1000110 | 11001 |
Color Harmonies of #6D5413
Complementary color
Monochromatic Colors of #6D5413
Black with #6D5413
Text Example
Text Example
White with #6D5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5413; }
p { color: rgb(109,84,19); }
H1.HeaderClassName
{
color: #6D5413;
}
.AnyTagClassName
{
color: #6D5413;
}
</style>
background-color css
<style>
a { background-color: #6D5413; }
a { background-color: rgb(109,84,19); }
div.DivClassName
{
background-color: #6D5413;
}
.BgClassName
{
background-color: #6D5413;
}
</style>
border-color css
<style>
span { border-color: #6D5413; }
span { border-color: rgb(109,84,19); }
td.TdClassName
{
border-color: #6D5413;
}
.TagClassName
{
border-color: #6D5413;
}
</style>