#664B5C

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

Shades of Finn #664B5C

Tints of Finn #664B5C

Color information

#664B5C (or 0x664B5C) is unknown color: approx Finn. HEX triplet: 66, 4B and 5C. RGB value is (102,75,92). Sum of RGB (Red+Green+Blue) = 102+75+92=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B5C is #99B4A3. Grayscale: #545454. Windows color (decimal): -10073252 or 6048614. OLE color: 6048614.

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

Color convert

RGB1027592-
CMYK00.260.100.6
HSL322.22º15.25%34.71%-
HSV(B)322.22º26.47%40%-
XYZ9.938.6311.27-
YUV85.01131.95140.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=37.92%
G=27.88%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102759200.260.100.6322.2215.2534.71
Hex664B5C01AA3C142f23
Octal14611313403212745021743
Binary11001101001011101110001101010101111001010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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