Shades of Spice #68473D
Tints of Spice #68473D
RGB
CMYK
RGB Variations
Color information
#68473D (or 0x68473D) is known color: Spice. HEX triplet: 68, 47 and 3D. RGB value is (104,71,61). Sum of RGB (Red+Green+Blue) = 104+71+61=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473D is #97B8C2. Grayscale: #4F4F4F. Windows color (decimal): -9943235 or 4015976. OLE color: 4015976.
HSL color Cylindrical-coordinate representation of color #68473D: hue angle of 13.95º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68473D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 61 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.59 |
| HSL | 13.95º | 0.26% | 0.32% | - |
| HSV(B) | 13.95º | 0.41% | 0.41% | - |
| XYZ | 8.8 | 7.79 | 5.45 | - |
| YUV | 79.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 61 | 0 | 0.32 | 0.41 | 0.59 | 13.95 | 0.26 | 0.32 |
| Hex | 68 | 47 | 3D | 0 | 20 | 29 | 3B | E | 1A | 20 |
| Octal | 150 | 107 | 75 | 0 | 40 | 51 | 73 | 16 | 32 | 40 |
| Binary | 1101000 | 1000111 | 111101 | 0 | 100000 | 101001 | 111011 | 1110 | 11010 | 100000 |
Color Harmonies of #68473D
Complementary color
Monochromatic Colors of #68473D
Black with #68473D
Text Example
Text Example
White with #68473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68473D; }
p { color: rgb(104,71,61); }
H1.HeaderClassName
{
color: #68473D;
}
.AnyTagClassName
{
color: #68473D;
}
</style>
background-color css
<style>
a { background-color: #68473D; }
a { background-color: rgb(104,71,61); }
div.DivClassName
{
background-color: #68473D;
}
.BgClassName
{
background-color: #68473D;
}
</style>
border-color css
<style>
span { border-color: #68473D; }
span { border-color: rgb(104,71,61); }
td.TdClassName
{
border-color: #68473D;
}
.TagClassName
{
border-color: #68473D;
}
</style>