#663C55

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

Shades of Finn #663C55

Tints of Finn #663C55

Color information

#663C55 (or 0x663C55) is unknown color: approx Finn. HEX triplet: 66, 3C and 55. RGB value is (102,60,85). Sum of RGB (Red+Green+Blue) = 102+60+85=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C55 is #99C3AA. Grayscale: #4B4B4B. Windows color (decimal): -10077099 or 5586022. OLE color: 5586022.

HSL color Cylindrical-coordinate representation of color #663C55: hue angle of 324.29º 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 #663C55 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1026085-
CMYK00.410.170.6
HSL324.29º25.93%31.76%-
HSV(B)324.29º41.18%40%-
XYZ8.746.719.43-
YUV75.41133.41146.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=41.30%
G=24.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102608500.410.170.6324.2925.9331.76
Hex663C55029113C1441a20
Octal1467412505121745043240
Binary1100110111100101010101010011000111110010100010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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