Shades of Spice #684E3B
Tints of Spice #684E3B
RGB
CMYK
RGB Variations
Color information
#684E3B (or 0x684E3B) is known color: Spice. HEX triplet: 68, 4E and 3B. RGB value is (104,78,59). Sum of RGB (Red+Green+Blue) = 104+78+59=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E3B is #97B1C4. Grayscale: #535353. Windows color (decimal): -9941445 or 3886696. OLE color: 3886696.
HSL color Cylindrical-coordinate representation of color #684E3B: hue angle of 25.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #684E3B is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 59 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.59 |
| HSL | 25.33º | 0.28% | 0.32% | - |
| HSV(B) | 25.33º | 0.43% | 0.41% | - |
| XYZ | 9.22 | 8.71 | 5.33 | - |
| YUV | 83.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 59 | 0 | 0.25 | 0.43 | 0.59 | 25.33 | 0.28 | 0.32 |
| Hex | 68 | 4E | 3B | 0 | 19 | 2B | 3B | 19 | 1C | 20 |
| Octal | 150 | 116 | 73 | 0 | 31 | 53 | 73 | 31 | 34 | 40 |
| Binary | 1101000 | 1001110 | 111011 | 0 | 11001 | 101011 | 111011 | 11001 | 11100 | 100000 |
Color Harmonies of #684E3B
Complementary color
Monochromatic Colors of #684E3B
Black with #684E3B
Text Example
Text Example
White with #684E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E3B; }
p { color: rgb(104,78,59); }
H1.HeaderClassName
{
color: #684E3B;
}
.AnyTagClassName
{
color: #684E3B;
}
</style>
background-color css
<style>
a { background-color: #684E3B; }
a { background-color: rgb(104,78,59); }
div.DivClassName
{
background-color: #684E3B;
}
.BgClassName
{
background-color: #684E3B;
}
</style>
border-color css
<style>
span { border-color: #684E3B; }
span { border-color: rgb(104,78,59); }
td.TdClassName
{
border-color: #684E3B;
}
.TagClassName
{
border-color: #684E3B;
}
</style>