#664D54

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

Shades of Finn #664D54

Tints of Finn #664D54

Color information

#664D54 (or 0x664D54) is unknown color: approx Finn. HEX triplet: 66, 4D and 54. RGB value is (102,77,84). Sum of RGB (Red+Green+Blue) = 102+77+84=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D54 is #99B2AB. Grayscale: #555555. Windows color (decimal): -10072748 or 5524838. OLE color: 5524838.

HSL color Cylindrical-coordinate representation of color #664D54: hue angle of 343.2º 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 #664D54 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1027784-
CMYK00.250.180.6
HSL343.2º13.97%35.1%-
HSV(B)343.2º24.51%40%-
XYZ9.738.779.57-
YUV85.27127.28139.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=38.78%
G=29.28%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102778400.250.180.6343.213.9735.1
Hex664D54019123C157e23
Octal14611512403122745271643
Binary110011010011011010100011001100101111001010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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