#664754

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

Shades of Finn #664754

Tints of Finn #664754

Color information

#664754 (or 0x664754) is unknown color: approx Finn. HEX triplet: 66, 47 and 54. RGB value is (102,71,84). Sum of RGB (Red+Green+Blue) = 102+71+84=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664754 is #99B8AB. Grayscale: #515151. Windows color (decimal): -10074284 or 5523302. OLE color: 5523302.

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

Color convert

RGB1027184-
CMYK00.300.180.6
HSL334.84º17.92%33.92%-
HSV(B)334.84º30.39%40%-
XYZ9.337.979.43-
YUV81.75129.27142.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=39.69%
G=27.63%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102718400.300.180.6334.8417.9233.92
Hex66475401E123C14f1222
Octal14610712403622745172242
Binary1100110100011110101000111101001011110010100111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664754; }

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

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

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

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

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

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

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

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