Shades of Spice #68473C
Tints of Spice #68473C
RGB
CMYK
RGB Variations
Color information
#68473C (or 0x68473C) is known color: Spice. HEX triplet: 68, 47 and 3C. RGB value is (104,71,60). Sum of RGB (Red+Green+Blue) = 104+71+60=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473C is #97B8C3. Grayscale: #4F4F4F. Windows color (decimal): -9943236 or 3950440. OLE color: 3950440.
HSL color Cylindrical-coordinate representation of color #68473C: hue angle of 15º 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 #68473C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 60 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.59 |
| HSL | 15º | 0.27% | 0.32% | - |
| HSV(B) | 15º | 0.42% | 0.41% | - |
| XYZ | 8.78 | 7.78 | 5.31 | - |
| YUV | 79.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 60 | 0 | 0.32 | 0.42 | 0.59 | 15 | 0.27 | 0.32 |
| Hex | 68 | 47 | 3C | 0 | 20 | 2A | 3B | F | 1B | 20 |
| Octal | 150 | 107 | 74 | 0 | 40 | 52 | 73 | 17 | 33 | 40 |
| Binary | 1101000 | 1000111 | 111100 | 0 | 100000 | 101010 | 111011 | 1111 | 11011 | 100000 |
Color Harmonies of #68473C
Complementary color
Monochromatic Colors of #68473C
Black with #68473C
Text Example
Text Example
White with #68473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68473C; }
p { color: rgb(104,71,60); }
H1.HeaderClassName
{
color: #68473C;
}
.AnyTagClassName
{
color: #68473C;
}
</style>
background-color css
<style>
a { background-color: #68473C; }
a { background-color: rgb(104,71,60); }
div.DivClassName
{
background-color: #68473C;
}
.BgClassName
{
background-color: #68473C;
}
</style>
border-color css
<style>
span { border-color: #68473C; }
span { border-color: rgb(104,71,60); }
td.TdClassName
{
border-color: #68473C;
}
.TagClassName
{
border-color: #68473C;
}
</style>