#664853

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

Shades of Finn #664853

Tints of Finn #664853

Color information

#664853 (or 0x664853) is unknown color: approx Finn. HEX triplet: 66, 48 and 53. RGB value is (102,72,83). Sum of RGB (Red+Green+Blue) = 102+72+83=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664853 is #99B7AC. Grayscale: #525252. Windows color (decimal): -10074029 or 5458022. OLE color: 5458022.

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

Color convert

RGB1027283-
CMYK00.290.190.6
HSL338º17.24%34.12%-
HSV(B)338º29.41%40%-
XYZ9.368.089.25-
YUV82.22128.44142.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=39.69%
G=28.02%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102728300.290.190.633817.2434.12
Hex66485301D133C1521122
Octal14611012303523745222142
Binary1100110100100010100110111011001111110010101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664853; }

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

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

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

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

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

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

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

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