#66415A

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

Shades of Finn #66415A

Tints of Finn #66415A

Color information

#66415A (or 0x66415A) is unknown color: approx Finn. HEX triplet: 66, 41 and 5A. RGB value is (102,65,90). Sum of RGB (Red+Green+Blue) = 102+65+90=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #66415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415A is #99BEA5. Grayscale: #4E4E4E. Windows color (decimal): -10075814 or 5914982. OLE color: 5914982.

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

Color convert

RGB1026590-
CMYK00.360.120.6
HSL319.46º22.16%32.75%-
HSV(B)319.46º36.27%40%-
XYZ9.227.3410.6-
YUV78.91134.26144.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=39.69%
G=25.29%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102659000.360.120.6319.4622.1632.75
Hex66415A024C3C13f1621
Octal14610113204414744772641
Binary1100110100000110110100100100110011110010011111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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