#664B59

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

Shades of Finn #664B59

Tints of Finn #664B59

Color information

#664B59 (or 0x664B59) is unknown color: approx Finn. HEX triplet: 66, 4B and 59. RGB value is (102,75,89). Sum of RGB (Red+Green+Blue) = 102+75+89=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B59 is #99B4A6. Grayscale: #545454. Windows color (decimal): -10073255 or 5852006. OLE color: 5852006.

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

Color convert

RGB1027589-
CMYK00.260.130.6
HSL328.89º15.25%34.71%-
HSV(B)328.89º26.47%40%-
XYZ9.88.5810.59-
YUV84.67130.45140.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=38.35%
G=28.20%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102758900.260.130.6328.8915.2534.71
Hex664B5901AD3C149f23
Octal14611313103215745111743
Binary11001101001011101100101101011011111001010010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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