#66405A

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

Shades of Finn #66405A

Tints of Finn #66405A

Color information

#66405A (or 0x66405A) is unknown color: approx Finn. HEX triplet: 66, 40 and 5A. RGB value is (102,64,90). Sum of RGB (Red+Green+Blue) = 102+64+90=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #66405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66405A is #99BFA5. Grayscale: #4E4E4E. Windows color (decimal): -10076070 or 5914726. OLE color: 5914726.

HSL color Cylindrical-coordinate representation of color #66405A: hue angle of 318.95º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66405A is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1026490-
CMYK00.370.120.6
HSL318.95º22.89%32.55%-
HSV(B)318.95º37.25%40%-
XYZ9.167.2310.59-
YUV78.33134.59144.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=39.84%
G=25%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102649000.370.120.6318.9522.8932.55
Hex66405A025C3C13f1721
Octal14610013204514744772741
Binary1100110100000010110100100101110011110010011111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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