#664055

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

Shades of Finn #664055

Tints of Finn #664055

Color information

#664055 (or 0x664055) is unknown color: approx Finn. HEX triplet: 66, 40 and 55. RGB value is (102,64,85). Sum of RGB (Red+Green+Blue) = 102+64+85=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664055 is #99BFAA. Grayscale: #4D4D4D. Windows color (decimal): -10076075 or 5587046. OLE color: 5587046.

HSL color Cylindrical-coordinate representation of color #664055: hue angle of 326.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664055 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1026485-
CMYK00.370.170.6
HSL326.84º22.89%32.55%-
HSV(B)326.84º37.25%40%-
XYZ8.957.159.5-
YUV77.76132.09145.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=40.64%
G=25.50%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102648500.370.170.6326.8422.8932.55
Hex664055025113C1471721
Octal14610012504521745072741
Binary11001101000000101010101001011000111110010100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664055; }

 p { color: rgb(102,64,85); }

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

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

 a { background-color: rgb(102,64,85); }

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

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

 span { border-color: rgb(102,64,85); }

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