Shades of Seance #653A64
Tints of Seance #653A64
RGB
CMYK
RGB Variations
Color information
#653A64 (or 0x653A64) is known color: Seance. HEX triplet: 65, 3A and 64. RGB value is (101,58,100). Sum of RGB (Red+Green+Blue) = 101+58+100=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #653A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A64 is #9AC59B. Grayscale: #4B4B4B. Windows color (decimal): -10143132 or 6568549. OLE color: 6568549.
HSL color Cylindrical-coordinate representation of color #653A64: hue angle of 301.4º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A64 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 100 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.60 |
| HSL | 301.4º | 0.27% | 0.31% | - |
| HSV(B) | 301.4º | 0.43% | 0.4% | - |
| XYZ | 9.18 | 6.71 | 12.87 | - |
| YUV | 75.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 100 | 0 | 0.43 | 0.01 | 0.60 | 301.4 | 0.27 | 0.31 |
| Hex | 65 | 3A | 64 | 0 | 2B | 1 | 3C | 12D | 1B | 1F |
| Octal | 145 | 72 | 144 | 0 | 53 | 1 | 74 | 455 | 33 | 37 |
| Binary | 1100101 | 111010 | 1100100 | 0 | 101011 | 1 | 111100 | 100101101 | 11011 | 11111 |
Color Harmonies of #653A64
Complementary color
Monochromatic Colors of #653A64
Black with #653A64
Text Example
Text Example
White with #653A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A64; }
p { color: rgb(101,58,100); }
H1.HeaderClassName
{
color: #653A64;
}
.AnyTagClassName
{
color: #653A64;
}
</style>
background-color css
<style>
a { background-color: #653A64; }
a { background-color: rgb(101,58,100); }
div.DivClassName
{
background-color: #653A64;
}
.BgClassName
{
background-color: #653A64;
}
</style>
border-color css
<style>
span { border-color: #653A64; }
span { border-color: rgb(101,58,100); }
td.TdClassName
{
border-color: #653A64;
}
.TagClassName
{
border-color: #653A64;
}
</style>