#663C56

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

Shades of Finn #663C56

Tints of Finn #663C56

Color information

#663C56 (or 0x663C56) is unknown color: approx Finn. HEX triplet: 66, 3C and 56. RGB value is (102,60,86). Sum of RGB (Red+Green+Blue) = 102+60+86=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C56 is #99C3A9. Grayscale: #4B4B4B. Windows color (decimal): -10077098 or 5651558. OLE color: 5651558.

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

Color convert

RGB1026086-
CMYK00.410.160.6
HSL322.86º25.93%31.76%-
HSV(B)322.86º41.18%40%-
XYZ8.786.739.64-
YUV75.52133.91146.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=41.13%
G=24.19%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102608600.410.160.6322.8625.9331.76
Hex663C56029103C1431a20
Octal1467412605120745033240
Binary1100110111100101011001010011000011110010100001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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