Shades of Spice #64483E
Tints of Spice #64483E
RGB
CMYK
RGB Variations
Color information
#64483E (or 0x64483E) is known color: Spice. HEX triplet: 64, 48 and 3E. RGB value is (100,72,62). Sum of RGB (Red+Green+Blue) = 100+72+62=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64483E is #9BB7C1. Grayscale: #4F4F4F. Windows color (decimal): -10205122 or 4081764. OLE color: 4081764.
HSL color Cylindrical-coordinate representation of color #64483E: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64483E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 62 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.61 |
| HSL | 15.79º | 0.23% | 0.32% | - |
| HSV(B) | 15.79º | 0.38% | 0.39% | - |
| XYZ | 8.44 | 7.69 | 5.6 | - |
| YUV | 79.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 62 | 0 | 0.28 | 0.38 | 0.61 | 15.79 | 0.23 | 0.32 |
| Hex | 64 | 48 | 3E | 0 | 1C | 26 | 3D | 10 | 17 | 20 |
| Octal | 144 | 110 | 76 | 0 | 34 | 46 | 75 | 20 | 27 | 40 |
| Binary | 1100100 | 1001000 | 111110 | 0 | 11100 | 100110 | 111101 | 10000 | 10111 | 100000 |
Color Harmonies of #64483E
Complementary color
Monochromatic Colors of #64483E
Black with #64483E
Text Example
Text Example
White with #64483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64483E; }
p { color: rgb(100,72,62); }
H1.HeaderClassName
{
color: #64483E;
}
.AnyTagClassName
{
color: #64483E;
}
</style>
background-color css
<style>
a { background-color: #64483E; }
a { background-color: rgb(100,72,62); }
div.DivClassName
{
background-color: #64483E;
}
.BgClassName
{
background-color: #64483E;
}
</style>
border-color css
<style>
span { border-color: #64483E; }
span { border-color: rgb(100,72,62); }
td.TdClassName
{
border-color: #64483E;
}
.TagClassName
{
border-color: #64483E;
}
</style>