#664D58

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

Shades of Finn #664D58

Tints of Finn #664D58

Color information

#664D58 (or 0x664D58) is unknown color: approx Finn. HEX triplet: 66, 4D and 58. RGB value is (102,77,88). Sum of RGB (Red+Green+Blue) = 102+77+88=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #664D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D58 is #99B2A7. Grayscale: #555555. Windows color (decimal): -10072744 or 5786982. OLE color: 5786982.

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

Color convert

RGB1027788-
CMYK00.250.140.6
HSL333.6º13.97%35.1%-
HSV(B)333.6º24.51%40%-
XYZ9.898.8410.42-
YUV85.73129.28139.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=38.20%
G=28.84%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102778800.250.140.6333.613.9735.1
Hex664D58019E3C14ee23
Octal14611513003116745161643
Binary11001101001101101100001100111101111001010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,88); }

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

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

 a { background-color: rgb(102,77,88); }

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

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

 span { border-color: rgb(102,77,88); }

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