Shades of Spice #68483B
Tints of Spice #68483B
RGB
CMYK
RGB Variations
Color information
#68483B (or 0x68483B) is known color: Spice. HEX triplet: 68, 48 and 3B. RGB value is (104,72,59). Sum of RGB (Red+Green+Blue) = 104+72+59=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483B is #97B7C4. Grayscale: #505050. Windows color (decimal): -9942981 or 3885160. OLE color: 3885160.
HSL color Cylindrical-coordinate representation of color #68483B: hue angle of 17.33º 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 #68483B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 59 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.59 |
| HSL | 17.33º | 0.28% | 0.32% | - |
| HSV(B) | 17.33º | 0.43% | 0.41% | - |
| XYZ | 8.82 | 7.89 | 5.2 | - |
| YUV | 80.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 59 | 0 | 0.31 | 0.43 | 0.59 | 17.33 | 0.28 | 0.32 |
| Hex | 68 | 48 | 3B | 0 | 1F | 2B | 3B | 11 | 1C | 20 |
| Octal | 150 | 110 | 73 | 0 | 37 | 53 | 73 | 21 | 34 | 40 |
| Binary | 1101000 | 1001000 | 111011 | 0 | 11111 | 101011 | 111011 | 10001 | 11100 | 100000 |
Color Harmonies of #68483B
Complementary color
Monochromatic Colors of #68483B
Black with #68483B
Text Example
Text Example
White with #68483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68483B; }
p { color: rgb(104,72,59); }
H1.HeaderClassName
{
color: #68483B;
}
.AnyTagClassName
{
color: #68483B;
}
</style>
background-color css
<style>
a { background-color: #68483B; }
a { background-color: rgb(104,72,59); }
div.DivClassName
{
background-color: #68483B;
}
.BgClassName
{
background-color: #68483B;
}
</style>
border-color css
<style>
span { border-color: #68483B; }
span { border-color: rgb(104,72,59); }
td.TdClassName
{
border-color: #68483B;
}
.TagClassName
{
border-color: #68483B;
}
</style>