#664355

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

Shades of Finn #664355

Tints of Finn #664355

Color information

#664355 (or 0x664355) is unknown color: approx Finn. HEX triplet: 66, 43 and 55. RGB value is (102,67,85). Sum of RGB (Red+Green+Blue) = 102+67+85=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664355 is #99BCAA. Grayscale: #4F4F4F. Windows color (decimal): -10075307 or 5587814. OLE color: 5587814.

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

Color convert

RGB1026785-
CMYK00.340.170.6
HSL329.14º20.71%33.14%-
HSV(B)329.14º34.31%40%-
XYZ9.137.499.56-
YUV79.52131.1144.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=40.16%
G=26.38%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102678500.340.170.6329.1420.7133.14
Hex664355022113C1491521
Octal14610312504221745112541
Binary11001101000011101010101000101000111110010100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664355; }

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

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

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

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

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

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

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

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