#664A5B

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

Shades of Finn #664A5B

Tints of Finn #664A5B

Color information

#664A5B (or 0x664A5B) is unknown color: approx Finn. HEX triplet: 66, 4A and 5B. RGB value is (102,74,91). Sum of RGB (Red+Green+Blue) = 102+74+91=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #664A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A5B is #99B5A4. Grayscale: #545454. Windows color (decimal): -10073509 or 5982822. OLE color: 5982822.

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

Color convert

RGB1027491-
CMYK00.270.110.6
HSL323.57º15.91%34.51%-
HSV(B)323.57º27.45%40%-
XYZ9.828.4811.02-
YUV84.31131.78140.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=38.20%
G=27.72%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102749100.270.110.6323.5715.9134.51
Hex664A5B01BB3C1441023
Octal14611213303313745042043
Binary110011010010101011011011011101111110010100010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,74,91); }

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

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

 a { background-color: rgb(102,74,91); }

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

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

 span { border-color: rgb(102,74,91); }

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