#66415B

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

Shades of Finn #66415B

Tints of Finn #66415B

Color information

#66415B (or 0x66415B) is unknown color: approx Finn. HEX triplet: 66, 41 and 5B. RGB value is (102,65,91). Sum of RGB (Red+Green+Blue) = 102+65+91=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415B is #99BEA4. Grayscale: #4E4E4E. Windows color (decimal): -10075813 or 5980518. OLE color: 5980518.

HSL color Cylindrical-coordinate representation of color #66415B: hue angle of 317.84º 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 #66415B is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1026591-
CMYK00.360.110.6
HSL317.84º22.16%32.75%-
HSV(B)317.84º36.27%40%-
XYZ9.267.3610.83-
YUV79.03134.76144.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=39.53%
G=25.19%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102659100.360.110.6317.8422.1632.75
Hex66415B024B3C13e1621
Octal14610113304413744762641
Binary1100110100000110110110100100101111110010011111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66415B; }

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

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

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

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

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

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

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

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