#663964

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

Shades of Seance #663964

Tints of Seance #663964

Color information

#663964 (or 0x663964) is unknown color: approx Seance. HEX triplet: 66, 39 and 64. RGB value is (102,57,100). Sum of RGB (Red+Green+Blue) = 102+57+100=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #663964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663964 is #99C69B. Grayscale: #4B4B4B. Windows color (decimal): -10077852 or 6568294. OLE color: 6568294.

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

Color convert

RGB10257100-
CMYK00.440.020.6
HSL302.67º28.3%31.18%-
HSV(B)302.67º44.12%40%-
XYZ9.246.6712.86-
YUV75.36141.91147-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=39.38%
G=22.01%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025710000.440.020.6302.6728.331.18
Hex66396402C23C12f1c1f
Octal146711440542744573437
Binary110011011100111001000101100101111001001011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663964; }

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

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

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

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

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

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

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

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