#663D63

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

Shades of Seance #663D63

Tints of Seance #663D63

Color information

#663D63 (or 0x663D63) is unknown color: approx Seance. HEX triplet: 66, 3D and 63. RGB value is (102,61,99). Sum of RGB (Red+Green+Blue) = 102+61+99=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #663D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D63 is #99C29C. Grayscale: #4D4D4D. Windows color (decimal): -10076829 or 6503782. OLE color: 6503782.

HSL color Cylindrical-coordinate representation of color #663D63: hue angle of 304.39º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D63 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1026199-
CMYK00.400.030.6
HSL304.39º25.15%31.96%-
HSV(B)304.39º40.2%40%-
XYZ9.47.0612.67-
YUV77.59140.08145.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=38.93%
G=23.28%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102619900.400.030.6304.3925.1531.96
Hex663D6302833C1301920
Octal146751430503744603140
Binary1100110111101110001101010001111110010011000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,99); }

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

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

 a { background-color: rgb(102,61,99); }

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

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

 span { border-color: rgb(102,61,99); }

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