Shades of Spice #6D5142
Tints of Spice #6D5142
RGB
CMYK
RGB Variations
Color information
#6D5142 (or 0x6D5142) is known color: Spice. HEX triplet: 6D, 51 and 42. RGB value is (109,81,66). Sum of RGB (Red+Green+Blue) = 109+81+66=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5142 is #92AEBD. Grayscale: #575757. Windows color (decimal): -9612990 or 4346221. OLE color: 4346221.
HSL color Cylindrical-coordinate representation of color #6D5142: hue angle of 20.93º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D5142 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 66 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.57 |
| HSL | 20.93º | 0.25% | 0.34% | - |
| HSV(B) | 20.93º | 0.39% | 0.43% | - |
| XYZ | 10.23 | 9.53 | 6.45 | - |
| YUV | 87.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 66 | 0 | 0.26 | 0.39 | 0.57 | 20.93 | 0.25 | 0.34 |
| Hex | 6D | 51 | 42 | 0 | 1A | 27 | 39 | 15 | 19 | 22 |
| Octal | 155 | 121 | 102 | 0 | 32 | 47 | 71 | 25 | 31 | 42 |
| Binary | 1101101 | 1010001 | 1000010 | 0 | 11010 | 100111 | 111001 | 10101 | 11001 | 100010 |
Color Harmonies of #6D5142
Complementary color
Monochromatic Colors of #6D5142
Black with #6D5142
Text Example
Text Example
White with #6D5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5142; }
p { color: rgb(109,81,66); }
H1.HeaderClassName
{
color: #6D5142;
}
.AnyTagClassName
{
color: #6D5142;
}
</style>
background-color css
<style>
a { background-color: #6D5142; }
a { background-color: rgb(109,81,66); }
div.DivClassName
{
background-color: #6D5142;
}
.BgClassName
{
background-color: #6D5142;
}
</style>
border-color css
<style>
span { border-color: #6D5142; }
span { border-color: rgb(109,81,66); }
td.TdClassName
{
border-color: #6D5142;
}
.TagClassName
{
border-color: #6D5142;
}
</style>