Shades of Spice #68493E
Tints of Spice #68493E
RGB
CMYK
RGB Variations
Color information
#68493E (or 0x68493E) is known color: Spice. HEX triplet: 68, 49 and 3E. RGB value is (104,73,62). Sum of RGB (Red+Green+Blue) = 104+73+62=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493E is #97B6C1. Grayscale: #515151. Windows color (decimal): -9942722 or 4082024. OLE color: 4082024.
HSL color Cylindrical-coordinate representation of color #68493E: hue angle of 15.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68493E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 62 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.59 |
| HSL | 15.71º | 0.25% | 0.33% | - |
| HSV(B) | 15.71º | 0.4% | 0.41% | - |
| XYZ | 8.96 | 8.06 | 5.64 | - |
| YUV | 81.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 62 | 0 | 0.30 | 0.40 | 0.59 | 15.71 | 0.25 | 0.33 |
| Hex | 68 | 49 | 3E | 0 | 1E | 28 | 3B | 10 | 19 | 21 |
| Octal | 150 | 111 | 76 | 0 | 36 | 50 | 73 | 20 | 31 | 41 |
| Binary | 1101000 | 1001001 | 111110 | 0 | 11110 | 101000 | 111011 | 10000 | 11001 | 100001 |
Color Harmonies of #68493E
Complementary color
Monochromatic Colors of #68493E
Black with #68493E
Text Example
Text Example
White with #68493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68493E; }
p { color: rgb(104,73,62); }
H1.HeaderClassName
{
color: #68493E;
}
.AnyTagClassName
{
color: #68493E;
}
</style>
background-color css
<style>
a { background-color: #68493E; }
a { background-color: rgb(104,73,62); }
div.DivClassName
{
background-color: #68493E;
}
.BgClassName
{
background-color: #68493E;
}
</style>
border-color css
<style>
span { border-color: #68493E; }
span { border-color: rgb(104,73,62); }
td.TdClassName
{
border-color: #68493E;
}
.TagClassName
{
border-color: #68493E;
}
</style>