#664155

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

Shades of Finn #664155

Tints of Finn #664155

Color information

#664155 (or 0x664155) is unknown color: approx Finn. HEX triplet: 66, 41 and 55. RGB value is (102,65,85). Sum of RGB (Red+Green+Blue) = 102+65+85=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664155 is #99BEAA. Grayscale: #4E4E4E. Windows color (decimal): -10075819 or 5587302. OLE color: 5587302.

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

Color convert

RGB1026585-
CMYK00.360.170.6
HSL327.57º22.16%32.75%-
HSV(B)327.57º36.27%40%-
XYZ9.017.269.52-
YUV78.34131.76144.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=40.48%
G=25.79%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658500.360.170.6327.5722.1632.75
Hex664155024113C1481621
Octal14610112504421745102641
Binary11001101000001101010101001001000111110010100100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664155; }

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

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

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

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

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

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

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

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