Shades of Seance #663B65
Tints of Seance #663B65
RGB
CMYK
RGB Variations
Color information
#663B65 (or 0x663B65) is known color: Seance. HEX triplet: 66, 3B and 65. RGB value is (102,59,101). Sum of RGB (Red+Green+Blue) = 102+59+101=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #663B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B65 is #99C49A. Grayscale: #4C4C4C. Windows color (decimal): -10077339 or 6634342. OLE color: 6634342.
HSL color Cylindrical-coordinate representation of color #663B65: hue angle of 301.4º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B65 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 101 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.6 |
| HSL | 301.4º | 0.27% | 0.32% | - |
| HSV(B) | 301.4º | 0.42% | 0.4% | - |
| XYZ | 9.39 | 6.89 | 13.15 | - |
| YUV | 76.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 101 | 0 | 0.42 | 0.01 | 0.6 | 301.4 | 0.27 | 0.32 |
| Hex | 66 | 3B | 65 | 0 | 2A | 1 | 3C | 12D | 1B | 20 |
| Octal | 146 | 73 | 145 | 0 | 52 | 1 | 74 | 455 | 33 | 40 |
| Binary | 1100110 | 111011 | 1100101 | 0 | 101010 | 1 | 111100 | 100101101 | 11011 | 100000 |
Color Harmonies of #663B65
Complementary color
Monochromatic Colors of #663B65
Black with #663B65
Text Example
Text Example
White with #663B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B65; }
p { color: rgb(102,59,101); }
H1.HeaderClassName
{
color: #663B65;
}
.AnyTagClassName
{
color: #663B65;
}
</style>
background-color css
<style>
a { background-color: #663B65; }
a { background-color: rgb(102,59,101); }
div.DivClassName
{
background-color: #663B65;
}
.BgClassName
{
background-color: #663B65;
}
</style>
border-color css
<style>
span { border-color: #663B65; }
span { border-color: rgb(102,59,101); }
td.TdClassName
{
border-color: #663B65;
}
.TagClassName
{
border-color: #663B65;
}
</style>