Shades of Seance #663964
Tints of Seance #663964
RGB
CMYK
RGB Variations
Color information
#663964 (or 0x663964) is known color: Seance. HEX triplet: 66, 39 and 64. RGB value is (102,57,100). Sum of RGB (Red+Green+Blue) = 102+57+100=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #663964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663964 is #99C69B. Grayscale: #4B4B4B. Windows color (decimal): -10077852 or 6568294. OLE color: 6568294.
HSL color Cylindrical-coordinate representation of color #663964: hue angle of 302.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663964 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 100 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.6 |
| HSL | 302.67º | 0.28% | 0.31% | - |
| HSV(B) | 302.67º | 0.44% | 0.4% | - |
| XYZ | 9.24 | 6.67 | 12.86 | - |
| YUV | 75.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 100 | 0 | 0.44 | 0.02 | 0.6 | 302.67 | 0.28 | 0.31 |
| Hex | 66 | 39 | 64 | 0 | 2C | 2 | 3C | 12F | 1C | 1F |
| Octal | 146 | 71 | 144 | 0 | 54 | 2 | 74 | 457 | 34 | 37 |
| Binary | 1100110 | 111001 | 1100100 | 0 | 101100 | 10 | 111100 | 100101111 | 11100 | 11111 |
Color Harmonies of #663964
Complementary color
Monochromatic Colors of #663964
Black with #663964
Text Example
Text Example
White with #663964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663964; }
p { color: rgb(102,57,100); }
H1.HeaderClassName
{
color: #663964;
}
.AnyTagClassName
{
color: #663964;
}
</style>
background-color css
<style>
a { background-color: #663964; }
a { background-color: rgb(102,57,100); }
div.DivClassName
{
background-color: #663964;
}
.BgClassName
{
background-color: #663964;
}
</style>
border-color css
<style>
span { border-color: #663964; }
span { border-color: rgb(102,57,100); }
td.TdClassName
{
border-color: #663964;
}
.TagClassName
{
border-color: #663964;
}
</style>