#663B64

Color #663B64 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #663B64

Tints of Seance #663B64

Color information

#663B64 (or 0x663B64) is unknown color: approx Seance. HEX triplet: 66, 3B and 64. RGB value is (102,59,100). Sum of RGB (Red+Green+Blue) = 102+59+100=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #663B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B64 is #99C49B. Grayscale: #4C4C4C. Windows color (decimal): -10077340 or 6568806. OLE color: 6568806.

HSL color Cylindrical-coordinate representation of color #663B64: hue angle of 302.79º 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 #663B64 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10259100-
CMYK00.420.020.6
HSL302.79º26.71%31.57%-
HSV(B)302.79º42.16%40%-
XYZ9.346.8712.89-
YUV76.53141.25146.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=39.08%
G=22.61%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025910000.420.020.6302.7926.7131.57
Hex663B6402A23C12f1b20
Octal146731440522744573340
Binary1100110111011110010001010101011110010010111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663B64; }

 p { color: rgb(102,59,100); }

 H1.HeaderClassName
 {
   color: #663B64;
 }
 .AnyTagClassName
 {
   color: #663B64;
 }
</style>
background-color css

<style>
 a { background-color: #663B64; }

 a { background-color: rgb(102,59,100); }

 div.DivClassName
 {
   background-color: #663B64;
 }
 .BgClassName
 {
   background-color: #663B64;
 }
</style>
border-color css

<style>
 span { border-color: #663B64; }

 span { border-color: rgb(102,59,100); }

 td.TdClassName
 {
   border-color: #663B64;
 }
 .TagClassName
 {
   border-color: #663B64;
 }
</style>