#664555

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

Shades of Finn #664555

Tints of Finn #664555

Color information

#664555 (or 0x664555) is unknown color: approx Finn. HEX triplet: 66, 45 and 55. RGB value is (102,69,85). Sum of RGB (Red+Green+Blue) = 102+69+85=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664555 is #99BAAA. Grayscale: #505050. Windows color (decimal): -10074795 or 5588326. OLE color: 5588326.

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

Color convert

RGB1026985-
CMYK00.320.170.6
HSL330.91º19.3%33.53%-
HSV(B)330.91º32.35%40%-
XYZ9.257.749.6-
YUV80.69130.43143.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=39.84%
G=26.95%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102698500.320.170.6330.9119.333.53
Hex664555020113C14b1322
Octal14610512504021745132342
Binary11001101000101101010101000001000111110010100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664555; }

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

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

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

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

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

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

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

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