Shades of Spice #6D4E3C
Tints of Spice #6D4E3C
RGB
CMYK
RGB Variations
Color information
#6D4E3C (or 0x6D4E3C) is known color: Spice. HEX triplet: 6D, 4E and 3C. RGB value is (109,78,60). Sum of RGB (Red+Green+Blue) = 109+78+60=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E3C is #92B1C3. Grayscale: #555555. Windows color (decimal): -9613764 or 3952237. OLE color: 3952237.
HSL color Cylindrical-coordinate representation of color #6D4E3C: hue angle of 22.04º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4E3C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 60 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.57 |
| HSL | 22.04º | 0.29% | 0.33% | - |
| HSV(B) | 22.04º | 0.45% | 0.43% | - |
| XYZ | 9.85 | 9.03 | 5.5 | - |
| YUV | 85.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 60 | 0 | 0.28 | 0.45 | 0.57 | 22.04 | 0.29 | 0.33 |
| Hex | 6D | 4E | 3C | 0 | 1C | 2D | 39 | 16 | 1D | 21 |
| Octal | 155 | 116 | 74 | 0 | 34 | 55 | 71 | 26 | 35 | 41 |
| Binary | 1101101 | 1001110 | 111100 | 0 | 11100 | 101101 | 111001 | 10110 | 11101 | 100001 |
Color Harmonies of #6D4E3C
Complementary color
Monochromatic Colors of #6D4E3C
Black with #6D4E3C
Text Example
Text Example
White with #6D4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E3C; }
p { color: rgb(109,78,60); }
H1.HeaderClassName
{
color: #6D4E3C;
}
.AnyTagClassName
{
color: #6D4E3C;
}
</style>
background-color css
<style>
a { background-color: #6D4E3C; }
a { background-color: rgb(109,78,60); }
div.DivClassName
{
background-color: #6D4E3C;
}
.BgClassName
{
background-color: #6D4E3C;
}
</style>
border-color css
<style>
span { border-color: #6D4E3C; }
span { border-color: rgb(109,78,60); }
td.TdClassName
{
border-color: #6D4E3C;
}
.TagClassName
{
border-color: #6D4E3C;
}
</style>