Shades of Spice #68493F
Tints of Spice #68493F
RGB
CMYK
RGB Variations
Color information
#68493F (or 0x68493F) is known color: Spice. HEX triplet: 68, 49 and 3F. RGB value is (104,73,63). Sum of RGB (Red+Green+Blue) = 104+73+63=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #68493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493F is #97B6C0. Grayscale: #515151. Windows color (decimal): -9942721 or 4147560. OLE color: 4147560.
HSL color Cylindrical-coordinate representation of color #68493F: hue angle of 14.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68493F is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 63 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.59 |
| HSL | 14.63º | 0.25% | 0.33% | - |
| HSV(B) | 14.63º | 0.39% | 0.41% | - |
| XYZ | 8.99 | 8.07 | 5.79 | - |
| YUV | 81.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 63 | 0 | 0.30 | 0.39 | 0.59 | 14.63 | 0.25 | 0.33 |
| Hex | 68 | 49 | 3F | 0 | 1E | 27 | 3B | F | 19 | 21 |
| Octal | 150 | 111 | 77 | 0 | 36 | 47 | 73 | 17 | 31 | 41 |
| Binary | 1101000 | 1001001 | 111111 | 0 | 11110 | 100111 | 111011 | 1111 | 11001 | 100001 |
Color Harmonies of #68493F
Complementary color
Monochromatic Colors of #68493F
Black with #68493F
Text Example
Text Example
White with #68493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68493F; }
p { color: rgb(104,73,63); }
H1.HeaderClassName
{
color: #68493F;
}
.AnyTagClassName
{
color: #68493F;
}
</style>
background-color css
<style>
a { background-color: #68493F; }
a { background-color: rgb(104,73,63); }
div.DivClassName
{
background-color: #68493F;
}
.BgClassName
{
background-color: #68493F;
}
</style>
border-color css
<style>
span { border-color: #68493F; }
span { border-color: rgb(104,73,63); }
td.TdClassName
{
border-color: #68493F;
}
.TagClassName
{
border-color: #68493F;
}
</style>