Shades of Raw Umber #6D5514
Tints of Raw Umber #6D5514
RGB
CMYK
RGB Variations
Color information
#6D5514 (or 0x6D5514) is known color: Raw Umber. HEX triplet: 6D, 55 and 14. RGB value is (109,85,20). Sum of RGB (Red+Green+Blue) = 109+85+20=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5514 is #92AAEB. Grayscale: #555555. Windows color (decimal): -9612012 or 1332589. OLE color: 1332589.
HSL color Cylindrical-coordinate representation of color #6D5514: hue angle of 43.82º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D5514 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 20 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.57 |
| HSL | 43.82º | 0.69% | 0.25% | - |
| HSV(B) | 43.82º | 0.82% | 0.43% | - |
| XYZ | 9.68 | 9.8 | 2.04 | - |
| YUV | 84.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 20 | 0 | 0.22 | 0.82 | 0.57 | 43.82 | 0.69 | 0.25 |
| Hex | 6D | 55 | 14 | 0 | 16 | 52 | 39 | 2C | 45 | 19 |
| Octal | 155 | 125 | 24 | 0 | 26 | 122 | 71 | 54 | 105 | 31 |
| Binary | 1101101 | 1010101 | 10100 | 0 | 10110 | 1010010 | 111001 | 101100 | 1000101 | 11001 |
Color Harmonies of #6D5514
Complementary color
Monochromatic Colors of #6D5514
Black with #6D5514
Text Example
Text Example
White with #6D5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5514; }
p { color: rgb(109,85,20); }
H1.HeaderClassName
{
color: #6D5514;
}
.AnyTagClassName
{
color: #6D5514;
}
</style>
background-color css
<style>
a { background-color: #6D5514; }
a { background-color: rgb(109,85,20); }
div.DivClassName
{
background-color: #6D5514;
}
.BgClassName
{
background-color: #6D5514;
}
</style>
border-color css
<style>
span { border-color: #6D5514; }
span { border-color: rgb(109,85,20); }
td.TdClassName
{
border-color: #6D5514;
}
.TagClassName
{
border-color: #6D5514;
}
</style>