#664164

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

Shades of Seance #664164

Tints of Seance #664164

Color information

#664164 (or 0x664164) is unknown color: approx Seance. HEX triplet: 66, 41 and 64. RGB value is (102,65,100). Sum of RGB (Red+Green+Blue) = 102+65+100=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #664164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664164 is #99BE9B. Grayscale: #4F4F4F. Windows color (decimal): -10075804 or 6570342. OLE color: 6570342.

HSL color Cylindrical-coordinate representation of color #664164: hue angle of 303.24º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664164 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10265100-
CMYK00.360.020.6
HSL303.24º22.16%32.75%-
HSV(B)303.24º36.27%40%-
XYZ9.677.5313-
YUV80.05139.26143.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=38.20%
G=24.34%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1026510000.360.020.6303.2422.1632.75
Hex66416402423C12f1621
Octal1461011440442744572641
Binary11001101000001110010001001001011110010010111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664164; }

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

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

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

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

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

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

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

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