#664B57

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

Shades of Finn #664B57

Tints of Finn #664B57

Color information

#664B57 (or 0x664B57) is unknown color: approx Finn. HEX triplet: 66, 4B and 57. RGB value is (102,75,87). Sum of RGB (Red+Green+Blue) = 102+75+87=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #664B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B57 is #99B4A8. Grayscale: #545454. Windows color (decimal): -10073257 or 5720934. OLE color: 5720934.

HSL color Cylindrical-coordinate representation of color #664B57: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #664B57 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1027587-
CMYK00.260.150.6
HSL333.33º15.25%34.71%-
HSV(B)333.33º26.47%40%-
XYZ9.728.5510.15-
YUV84.44129.45140.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=38.64%
G=28.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102758700.260.150.6333.3315.2534.71
Hex664B5701AF3C14df23
Octal14611312703217745151743
Binary11001101001011101011101101011111111001010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B57; }

 p { color: rgb(102,75,87); }

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

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

 a { background-color: rgb(102,75,87); }

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

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

 span { border-color: rgb(102,75,87); }

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