Shades of Spice #68473B
Tints of Spice #68473B
RGB
CMYK
RGB Variations
Color information
#68473B (or 0x68473B) is known color: Spice. HEX triplet: 68, 47 and 3B. RGB value is (104,71,59). Sum of RGB (Red+Green+Blue) = 104+71+59=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473B is #97B8C4. Grayscale: #4F4F4F. Windows color (decimal): -9943237 or 3884904. OLE color: 3884904.
HSL color Cylindrical-coordinate representation of color #68473B: hue angle of 16º 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 #68473B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 59 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.59 |
| HSL | 16º | 0.28% | 0.32% | - |
| HSV(B) | 16º | 0.43% | 0.41% | - |
| XYZ | 8.75 | 7.77 | 5.18 | - |
| YUV | 79.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 59 | 0 | 0.32 | 0.43 | 0.59 | 16 | 0.28 | 0.32 |
| Hex | 68 | 47 | 3B | 0 | 20 | 2B | 3B | 10 | 1C | 20 |
| Octal | 150 | 107 | 73 | 0 | 40 | 53 | 73 | 20 | 34 | 40 |
| Binary | 1101000 | 1000111 | 111011 | 0 | 100000 | 101011 | 111011 | 10000 | 11100 | 100000 |
Color Harmonies of #68473B
Complementary color
Monochromatic Colors of #68473B
Black with #68473B
Text Example
Text Example
White with #68473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68473B; }
p { color: rgb(104,71,59); }
H1.HeaderClassName
{
color: #68473B;
}
.AnyTagClassName
{
color: #68473B;
}
</style>
background-color css
<style>
a { background-color: #68473B; }
a { background-color: rgb(104,71,59); }
div.DivClassName
{
background-color: #68473B;
}
.BgClassName
{
background-color: #68473B;
}
</style>
border-color css
<style>
span { border-color: #68473B; }
span { border-color: rgb(104,71,59); }
td.TdClassName
{
border-color: #68473B;
}
.TagClassName
{
border-color: #68473B;
}
</style>