Shades of Spice #6D5147
Tints of Spice #6D5147
RGB
CMYK
RGB Variations
Color information
#6D5147 (or 0x6D5147) is known color: Spice. HEX triplet: 6D, 51 and 47. RGB value is (109,81,71). Sum of RGB (Red+Green+Blue) = 109+81+71=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5147 is #92AEB8. Grayscale: #585858. Windows color (decimal): -9612985 or 4673901. OLE color: 4673901.
HSL color Cylindrical-coordinate representation of color #6D5147: hue angle of 15.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D5147 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 71 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.57 |
| HSL | 15.79º | 0.21% | 0.35% | - |
| HSV(B) | 15.79º | 0.35% | 0.43% | - |
| XYZ | 10.39 | 9.59 | 7.27 | - |
| YUV | 88.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 71 | 0 | 0.26 | 0.35 | 0.57 | 15.79 | 0.21 | 0.35 |
| Hex | 6D | 51 | 47 | 0 | 1A | 23 | 39 | 10 | 15 | 23 |
| Octal | 155 | 121 | 107 | 0 | 32 | 43 | 71 | 20 | 25 | 43 |
| Binary | 1101101 | 1010001 | 1000111 | 0 | 11010 | 100011 | 111001 | 10000 | 10101 | 100011 |
Color Harmonies of #6D5147
Complementary color
Monochromatic Colors of #6D5147
Black with #6D5147
Text Example
Text Example
White with #6D5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5147; }
p { color: rgb(109,81,71); }
H1.HeaderClassName
{
color: #6D5147;
}
.AnyTagClassName
{
color: #6D5147;
}
</style>
background-color css
<style>
a { background-color: #6D5147; }
a { background-color: rgb(109,81,71); }
div.DivClassName
{
background-color: #6D5147;
}
.BgClassName
{
background-color: #6D5147;
}
</style>
border-color css
<style>
span { border-color: #6D5147; }
span { border-color: rgb(109,81,71); }
td.TdClassName
{
border-color: #6D5147;
}
.TagClassName
{
border-color: #6D5147;
}
</style>