Shades of Spice #684C40
Tints of Spice #684C40
RGB
CMYK
RGB Variations
Color information
#684C40 (or 0x684C40) is known color: Spice. HEX triplet: 68, 4C and 40. RGB value is (104,76,64). Sum of RGB (Red+Green+Blue) = 104+76+64=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #684C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C40 is #97B3BF. Grayscale: #535353. Windows color (decimal): -9941952 or 4213864. OLE color: 4213864.
HSL color Cylindrical-coordinate representation of color #684C40: hue angle of 18º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684C40 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 64 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.59 |
| HSL | 18º | 0.24% | 0.33% | - |
| HSV(B) | 18º | 0.38% | 0.41% | - |
| XYZ | 9.22 | 8.48 | 6 | - |
| YUV | 83 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 64 | 0 | 0.27 | 0.38 | 0.59 | 18 | 0.24 | 0.33 |
| Hex | 68 | 4C | 40 | 0 | 1B | 26 | 3B | 12 | 18 | 21 |
| Octal | 150 | 114 | 100 | 0 | 33 | 46 | 73 | 22 | 30 | 41 |
| Binary | 1101000 | 1001100 | 1000000 | 0 | 11011 | 100110 | 111011 | 10010 | 11000 | 100001 |
Color Harmonies of #684C40
Complementary color
Monochromatic Colors of #684C40
Black with #684C40
Text Example
Text Example
White with #684C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C40; }
p { color: rgb(104,76,64); }
H1.HeaderClassName
{
color: #684C40;
}
.AnyTagClassName
{
color: #684C40;
}
</style>
background-color css
<style>
a { background-color: #684C40; }
a { background-color: rgb(104,76,64); }
div.DivClassName
{
background-color: #684C40;
}
.BgClassName
{
background-color: #684C40;
}
</style>
border-color css
<style>
span { border-color: #684C40; }
span { border-color: rgb(104,76,64); }
td.TdClassName
{
border-color: #684C40;
}
.TagClassName
{
border-color: #684C40;
}
</style>