#664150

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

Shades of Finn #664150

Tints of Finn #664150

Color information

#664150 (or 0x664150) is unknown color: approx Finn. HEX triplet: 66, 41 and 50. RGB value is (102,65,80). Sum of RGB (Red+Green+Blue) = 102+65+80=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664150 is #99BEAF. Grayscale: #4D4D4D. Windows color (decimal): -10075824 or 5259622. OLE color: 5259622.

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

Color convert

RGB1026580-
CMYK00.360.220.6
HSL335.68º22.16%32.75%-
HSV(B)335.68º36.27%40%-
XYZ8.827.188.51-
YUV77.77129.26145.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=41.30%
G=26.32%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102658000.360.220.6335.6822.1632.75
Hex664150024163C1501621
Octal14610112004426745202641
Binary11001101000001101000001001001011011110010101000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664150; }

 p { color: rgb(102,65,80); }

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

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

 a { background-color: rgb(102,65,80); }

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

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

 span { border-color: rgb(102,65,80); }

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