#66445C

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

Shades of Finn #66445C

Tints of Finn #66445C

Color information

#66445C (or 0x66445C) is unknown color: approx Finn. HEX triplet: 66, 44 and 5C. RGB value is (102,68,92). Sum of RGB (Red+Green+Blue) = 102+68+92=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66445C is #99BBA3. Grayscale: #505050. Windows color (decimal): -10075044 or 6046822. OLE color: 6046822.

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

Color convert

RGB1026892-
CMYK00.330.100.6
HSL317.65º20%33.33%-
HSV(B)317.65º33.33%40%-
XYZ9.487.7311.12-
YUV80.9134.26143.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=38.93%
G=25.95%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102689200.330.100.6317.652033.33
Hex66445C021A3C13e1421
Octal14610413404112744762441
Binary1100110100010010111000100001101011110010011111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66445C; }

 p { color: rgb(102,68,92); }

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

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

 a { background-color: rgb(102,68,92); }

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

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

 span { border-color: rgb(102,68,92); }

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