#664A5E

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

Shades of Finn #664A5E

Tints of Finn #664A5E

Color information

#664A5E (or 0x664A5E) is unknown color: approx Finn. HEX triplet: 66, 4A and 5E. RGB value is (102,74,94). Sum of RGB (Red+Green+Blue) = 102+74+94=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A5E is #99B5A1. Grayscale: #545454. Windows color (decimal): -10073506 or 6179430. OLE color: 6179430.

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

Color convert

RGB1027494-
CMYK00.270.080.6
HSL317.14º15.91%34.51%-
HSV(B)317.14º27.45%40%-
XYZ9.958.5311.71-
YUV84.65133.28140.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=37.78%
G=27.41%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102749400.270.080.6317.1415.9134.51
Hex664A5E01B83C13d1023
Octal14611213603310744752043
Binary110011010010101011110011011100011110010011110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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