#663C53

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

Shades of Finn #663C53

Tints of Finn #663C53

Color information

#663C53 (or 0x663C53) is unknown color: approx Finn. HEX triplet: 66, 3C and 53. RGB value is (102,60,83). Sum of RGB (Red+Green+Blue) = 102+60+83=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C53 is #99C3AC. Grayscale: #4B4B4B. Windows color (decimal): -10077101 or 5454950. OLE color: 5454950.

HSL color Cylindrical-coordinate representation of color #663C53: hue angle of 327.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663C53 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1026083-
CMYK00.410.190.6
HSL327.14º25.93%31.76%-
HSV(B)327.14º41.18%40%-
XYZ8.666.689.02-
YUV75.18132.41147.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=41.63%
G=24.49%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102608300.410.190.6327.1425.9331.76
Hex663C53029133C1471a20
Octal1467412305123745073240
Binary1100110111100101001101010011001111110010100011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663C53; }

 p { color: rgb(102,60,83); }

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

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

 a { background-color: rgb(102,60,83); }

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

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

 span { border-color: rgb(102,60,83); }

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