#663755

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

Shades of Finn #663755

Tints of Finn #663755

Color information

#663755 (or 0x663755) is unknown color: approx Finn. HEX triplet: 66, 37 and 55. RGB value is (102,55,85). Sum of RGB (Red+Green+Blue) = 102+55+85=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663755 is #99C8AA. Grayscale: #484848. Windows color (decimal): -10078379 or 5584742. OLE color: 5584742.

HSL color Cylindrical-coordinate representation of color #663755: hue angle of 321.7º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663755 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1025585-
CMYK00.460.170.6
HSL321.7º29.94%30.78%-
HSV(B)321.7º46.08%40%-
XYZ8.496.219.35-
YUV72.47135.07149.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=42.15%
G=22.73%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102558500.460.170.6321.729.9430.78
Hex66375502E113C1421e1f
Octal1466712505621745023637
Binary110011011011110101010101110100011111001010000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663755; }

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

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

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

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

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

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

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

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