#664958

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

Shades of Finn #664958

Tints of Finn #664958

Color information

#664958 (or 0x664958) is unknown color: approx Finn. HEX triplet: 66, 49 and 58. RGB value is (102,73,88). Sum of RGB (Red+Green+Blue) = 102+73+88=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664958 is #99B6A7. Grayscale: #535353. Windows color (decimal): -10073768 or 5785958. OLE color: 5785958.

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

Color convert

RGB1027388-
CMYK00.280.140.6
HSL328.97º16.57%34.31%-
HSV(B)328.97º28.43%40%-
XYZ9.628.2910.33-
YUV83.38130.61141.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=38.78%
G=27.76%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102738800.280.140.6328.9716.5734.31
Hex66495801CE3C1491122
Octal14611113003416745112142
Binary110011010010011011000011100111011110010100100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664958; }

 p { color: rgb(102,73,88); }

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

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

 a { background-color: rgb(102,73,88); }

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

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

 span { border-color: rgb(102,73,88); }

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