#664753

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

Shades of Finn #664753

Tints of Finn #664753

Color information

#664753 (or 0x664753) is unknown color: approx Finn. HEX triplet: 66, 47 and 53. RGB value is (102,71,83). Sum of RGB (Red+Green+Blue) = 102+71+83=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664753 is #99B8AC. Grayscale: #515151. Windows color (decimal): -10074285 or 5457766. OLE color: 5457766.

HSL color Cylindrical-coordinate representation of color #664753: hue angle of 336.77º 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 #664753 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1027183-
CMYK00.300.190.6
HSL336.77º17.92%33.92%-
HSV(B)336.77º30.39%40%-
XYZ9.297.969.23-
YUV81.64128.77142.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=39.84%
G=27.73%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102718300.300.190.6336.7717.9233.92
Hex66475301E133C1511222
Octal14610712303623745212242
Binary1100110100011110100110111101001111110010101000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664753; }

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

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

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

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

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

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

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

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