Shades of Spice #68503C
Tints of Spice #68503C
RGB
CMYK
RGB Variations
Color information
#68503C (or 0x68503C) is known color: Spice. HEX triplet: 68, 50 and 3C. RGB value is (104,80,60). Sum of RGB (Red+Green+Blue) = 104+80+60=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503C is #97AFC3. Grayscale: #545454. Windows color (decimal): -9940932 or 3952744. OLE color: 3952744.
HSL color Cylindrical-coordinate representation of color #68503C: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68503C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 60 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.59 |
| HSL | 27.27º | 0.27% | 0.32% | - |
| HSV(B) | 27.27º | 0.42% | 0.41% | - |
| XYZ | 9.39 | 9.01 | 5.52 | - |
| YUV | 84.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 60 | 0 | 0.23 | 0.42 | 0.59 | 27.27 | 0.27 | 0.32 |
| Hex | 68 | 50 | 3C | 0 | 17 | 2A | 3B | 1B | 1B | 20 |
| Octal | 150 | 120 | 74 | 0 | 27 | 52 | 73 | 33 | 33 | 40 |
| Binary | 1101000 | 1010000 | 111100 | 0 | 10111 | 101010 | 111011 | 11011 | 11011 | 100000 |
Color Harmonies of #68503C
Complementary color
Monochromatic Colors of #68503C
Black with #68503C
Text Example
Text Example
White with #68503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68503C; }
p { color: rgb(104,80,60); }
H1.HeaderClassName
{
color: #68503C;
}
.AnyTagClassName
{
color: #68503C;
}
</style>
background-color css
<style>
a { background-color: #68503C; }
a { background-color: rgb(104,80,60); }
div.DivClassName
{
background-color: #68503C;
}
.BgClassName
{
background-color: #68503C;
}
</style>
border-color css
<style>
span { border-color: #68503C; }
span { border-color: rgb(104,80,60); }
td.TdClassName
{
border-color: #68503C;
}
.TagClassName
{
border-color: #68503C;
}
</style>