Shades of Spice #68493B
Tints of Spice #68493B
RGB
CMYK
RGB Variations
Color information
#68493B (or 0x68493B) is known color: Spice. HEX triplet: 68, 49 and 3B. RGB value is (104,73,59). Sum of RGB (Red+Green+Blue) = 104+73+59=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493B is #97B6C4. Grayscale: #505050. Windows color (decimal): -9942725 or 3885416. OLE color: 3885416.
HSL color Cylindrical-coordinate representation of color #68493B: hue angle of 18.67º 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 #68493B is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 59 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.59 |
| HSL | 18.67º | 0.28% | 0.32% | - |
| HSV(B) | 18.67º | 0.43% | 0.41% | - |
| XYZ | 8.88 | 8.02 | 5.22 | - |
| YUV | 80.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 59 | 0 | 0.30 | 0.43 | 0.59 | 18.67 | 0.28 | 0.32 |
| Hex | 68 | 49 | 3B | 0 | 1E | 2B | 3B | 13 | 1C | 20 |
| Octal | 150 | 111 | 73 | 0 | 36 | 53 | 73 | 23 | 34 | 40 |
| Binary | 1101000 | 1001001 | 111011 | 0 | 11110 | 101011 | 111011 | 10011 | 11100 | 100000 |
Color Harmonies of #68493B
Complementary color
Monochromatic Colors of #68493B
Black with #68493B
Text Example
Text Example
White with #68493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68493B; }
p { color: rgb(104,73,59); }
H1.HeaderClassName
{
color: #68493B;
}
.AnyTagClassName
{
color: #68493B;
}
</style>
background-color css
<style>
a { background-color: #68493B; }
a { background-color: rgb(104,73,59); }
div.DivClassName
{
background-color: #68493B;
}
.BgClassName
{
background-color: #68493B;
}
</style>
border-color css
<style>
span { border-color: #68493B; }
span { border-color: rgb(104,73,59); }
td.TdClassName
{
border-color: #68493B;
}
.TagClassName
{
border-color: #68493B;
}
</style>