Shades of Seance #663965
Tints of Seance #663965
RGB
CMYK
RGB Variations
Color information
#663965 (or 0x663965) is known color: Seance. HEX triplet: 66, 39 and 65. RGB value is (102,57,101). Sum of RGB (Red+Green+Blue) = 102+57+101=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663965 is #99C69A. Grayscale: #4B4B4B. Windows color (decimal): -10077851 or 6633830. OLE color: 6633830.
HSL color Cylindrical-coordinate representation of color #663965: hue angle of 301.33º 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 #663965 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 101 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.6 |
| HSL | 301.33º | 0.28% | 0.31% | - |
| HSV(B) | 301.33º | 0.44% | 0.4% | - |
| XYZ | 9.29 | 6.69 | 13.11 | - |
| YUV | 75.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 101 | 0 | 0.44 | 0.01 | 0.6 | 301.33 | 0.28 | 0.31 |
| Hex | 66 | 39 | 65 | 0 | 2C | 1 | 3C | 12D | 1C | 1F |
| Octal | 146 | 71 | 145 | 0 | 54 | 1 | 74 | 455 | 34 | 37 |
| Binary | 1100110 | 111001 | 1100101 | 0 | 101100 | 1 | 111100 | 100101101 | 11100 | 11111 |
Color Harmonies of #663965
Complementary color
Monochromatic Colors of #663965
Black with #663965
Text Example
Text Example
White with #663965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663965; }
p { color: rgb(102,57,101); }
H1.HeaderClassName
{
color: #663965;
}
.AnyTagClassName
{
color: #663965;
}
</style>
background-color css
<style>
a { background-color: #663965; }
a { background-color: rgb(102,57,101); }
div.DivClassName
{
background-color: #663965;
}
.BgClassName
{
background-color: #663965;
}
</style>
border-color css
<style>
span { border-color: #663965; }
span { border-color: rgb(102,57,101); }
td.TdClassName
{
border-color: #663965;
}
.TagClassName
{
border-color: #663965;
}
</style>