Shades of Spice #6D4F3C
Tints of Spice #6D4F3C
RGB
CMYK
RGB Variations
Color information
#6D4F3C (or 0x6D4F3C) is known color: Spice. HEX triplet: 6D, 4F and 3C. RGB value is (109,79,60). Sum of RGB (Red+Green+Blue) = 109+79+60=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F3C is #92B0C3. Grayscale: #555555. Windows color (decimal): -9613508 or 3952493. OLE color: 3952493.
HSL color Cylindrical-coordinate representation of color #6D4F3C: hue angle of 23.27º 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 #6D4F3C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 60 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.57 |
| HSL | 23.27º | 0.29% | 0.33% | - |
| HSV(B) | 23.27º | 0.45% | 0.43% | - |
| XYZ | 9.92 | 9.17 | 5.52 | - |
| YUV | 85.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 60 | 0 | 0.28 | 0.45 | 0.57 | 23.27 | 0.29 | 0.33 |
| Hex | 6D | 4F | 3C | 0 | 1C | 2D | 39 | 17 | 1D | 21 |
| Octal | 155 | 117 | 74 | 0 | 34 | 55 | 71 | 27 | 35 | 41 |
| Binary | 1101101 | 1001111 | 111100 | 0 | 11100 | 101101 | 111001 | 10111 | 11101 | 100001 |
Color Harmonies of #6D4F3C
Complementary color
Monochromatic Colors of #6D4F3C
Black with #6D4F3C
Text Example
Text Example
White with #6D4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F3C; }
p { color: rgb(109,79,60); }
H1.HeaderClassName
{
color: #6D4F3C;
}
.AnyTagClassName
{
color: #6D4F3C;
}
</style>
background-color css
<style>
a { background-color: #6D4F3C; }
a { background-color: rgb(109,79,60); }
div.DivClassName
{
background-color: #6D4F3C;
}
.BgClassName
{
background-color: #6D4F3C;
}
</style>
border-color css
<style>
span { border-color: #6D4F3C; }
span { border-color: rgb(109,79,60); }
td.TdClassName
{
border-color: #6D4F3C;
}
.TagClassName
{
border-color: #6D4F3C;
}
</style>