Shades of Spice #6C4D43
Tints of Spice #6C4D43
RGB
CMYK
RGB Variations
Color information
#6C4D43 (or 0x6C4D43) is known color: Spice. HEX triplet: 6C, 4D and 43. RGB value is (108,77,67). Sum of RGB (Red+Green+Blue) = 108+77+67=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4D43 is #93B2BC. Grayscale: #555555. Windows color (decimal): -9679549 or 4410732. OLE color: 4410732.
HSL color Cylindrical-coordinate representation of color #6C4D43: hue angle of 14.63º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C4D43 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 77 | 67 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.58 |
| HSL | 14.63º | 0.23% | 0.34% | - |
| HSV(B) | 14.63º | 0.38% | 0.42% | - |
| XYZ | 9.85 | 8.9 | 6.51 | - |
| YUV | 85.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 67 | 0 | 0.29 | 0.38 | 0.58 | 14.63 | 0.23 | 0.34 |
| Hex | 6C | 4D | 43 | 0 | 1D | 26 | 3A | F | 17 | 22 |
| Octal | 154 | 115 | 103 | 0 | 35 | 46 | 72 | 17 | 27 | 42 |
| Binary | 1101100 | 1001101 | 1000011 | 0 | 11101 | 100110 | 111010 | 1111 | 10111 | 100010 |
Color Harmonies of #6C4D43
Complementary color
Monochromatic Colors of #6C4D43
Black with #6C4D43
Text Example
Text Example
White with #6C4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D43; }
p { color: rgb(108,77,67); }
H1.HeaderClassName
{
color: #6C4D43;
}
.AnyTagClassName
{
color: #6C4D43;
}
</style>
background-color css
<style>
a { background-color: #6C4D43; }
a { background-color: rgb(108,77,67); }
div.DivClassName
{
background-color: #6C4D43;
}
.BgClassName
{
background-color: #6C4D43;
}
</style>
border-color css
<style>
span { border-color: #6C4D43; }
span { border-color: rgb(108,77,67); }
td.TdClassName
{
border-color: #6C4D43;
}
.TagClassName
{
border-color: #6C4D43;
}
</style>