Shades of Spice #684E43
Tints of Spice #684E43
RGB
CMYK
RGB Variations
Color information
#684E43 (or 0x684E43) is known color: Spice. HEX triplet: 68, 4E and 43. RGB value is (104,78,67). Sum of RGB (Red+Green+Blue) = 104+78+67=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #684E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E43 is #97B1BC. Grayscale: #545454. Windows color (decimal): -9941437 or 4410984. OLE color: 4410984.
HSL color Cylindrical-coordinate representation of color #684E43: hue angle of 17.84º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #684E43 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 67 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.59 |
| HSL | 17.84º | 0.22% | 0.34% | - |
| HSV(B) | 17.84º | 0.36% | 0.41% | - |
| XYZ | 9.45 | 8.8 | 6.51 | - |
| YUV | 84.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 67 | 0 | 0.25 | 0.36 | 0.59 | 17.84 | 0.22 | 0.34 |
| Hex | 68 | 4E | 43 | 0 | 19 | 24 | 3B | 12 | 16 | 22 |
| Octal | 150 | 116 | 103 | 0 | 31 | 44 | 73 | 22 | 26 | 42 |
| Binary | 1101000 | 1001110 | 1000011 | 0 | 11001 | 100100 | 111011 | 10010 | 10110 | 100010 |
Color Harmonies of #684E43
Complementary color
Monochromatic Colors of #684E43
Black with #684E43
Text Example
Text Example
White with #684E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E43; }
p { color: rgb(104,78,67); }
H1.HeaderClassName
{
color: #684E43;
}
.AnyTagClassName
{
color: #684E43;
}
</style>
background-color css
<style>
a { background-color: #684E43; }
a { background-color: rgb(104,78,67); }
div.DivClassName
{
background-color: #684E43;
}
.BgClassName
{
background-color: #684E43;
}
</style>
border-color css
<style>
span { border-color: #684E43; }
span { border-color: rgb(104,78,67); }
td.TdClassName
{
border-color: #684E43;
}
.TagClassName
{
border-color: #684E43;
}
</style>