Shades of Spice #6D4D3C
Tints of Spice #6D4D3C
RGB
CMYK
RGB Variations
Color information
#6D4D3C (or 0x6D4D3C) is known color: Spice. HEX triplet: 6D, 4D and 3C. RGB value is (109,77,60). Sum of RGB (Red+Green+Blue) = 109+77+60=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D3C is #92B2C3. Grayscale: #545454. Windows color (decimal): -9614020 or 3951981. OLE color: 3951981.
HSL color Cylindrical-coordinate representation of color #6D4D3C: hue angle of 20.82º 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 #6D4D3C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 60 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.57 |
| HSL | 20.82º | 0.29% | 0.33% | - |
| HSV(B) | 20.82º | 0.45% | 0.43% | - |
| XYZ | 9.78 | 8.89 | 5.47 | - |
| YUV | 84.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 60 | 0 | 0.29 | 0.45 | 0.57 | 20.82 | 0.29 | 0.33 |
| Hex | 6D | 4D | 3C | 0 | 1D | 2D | 39 | 15 | 1D | 21 |
| Octal | 155 | 115 | 74 | 0 | 35 | 55 | 71 | 25 | 35 | 41 |
| Binary | 1101101 | 1001101 | 111100 | 0 | 11101 | 101101 | 111001 | 10101 | 11101 | 100001 |
Color Harmonies of #6D4D3C
Complementary color
Monochromatic Colors of #6D4D3C
Black with #6D4D3C
Text Example
Text Example
White with #6D4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D3C; }
p { color: rgb(109,77,60); }
H1.HeaderClassName
{
color: #6D4D3C;
}
.AnyTagClassName
{
color: #6D4D3C;
}
</style>
background-color css
<style>
a { background-color: #6D4D3C; }
a { background-color: rgb(109,77,60); }
div.DivClassName
{
background-color: #6D4D3C;
}
.BgClassName
{
background-color: #6D4D3C;
}
</style>
border-color css
<style>
span { border-color: #6D4D3C; }
span { border-color: rgb(109,77,60); }
td.TdClassName
{
border-color: #6D4D3C;
}
.TagClassName
{
border-color: #6D4D3C;
}
</style>