#664854

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

Shades of Finn #664854

Tints of Finn #664854

Color information

#664854 (or 0x664854) is unknown color: approx Finn. HEX triplet: 66, 48 and 54. RGB value is (102,72,84). Sum of RGB (Red+Green+Blue) = 102+72+84=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #664854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664854 is #99B7AB. Grayscale: #525252. Windows color (decimal): -10074028 or 5523558. OLE color: 5523558.

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

Color convert

RGB1027284-
CMYK00.290.180.6
HSL336º17.24%34.12%-
HSV(B)336º29.41%40%-
XYZ9.48.19.46-
YUV82.34128.94142.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=39.53%
G=27.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102728400.290.180.633617.2434.12
Hex66485401D123C1501122
Octal14611012403522745202142
Binary1100110100100010101000111011001011110010101000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664854; }

 p { color: rgb(102,72,84); }

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

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

 a { background-color: rgb(102,72,84); }

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

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

 span { border-color: rgb(102,72,84); }

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