#664856

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

Shades of Finn #664856

Tints of Finn #664856

Color information

#664856 (or 0x664856) is unknown color: approx Finn. HEX triplet: 66, 48 and 56. RGB value is (102,72,86). Sum of RGB (Red+Green+Blue) = 102+72+86=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #664856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664856 is #99B7A9. Grayscale: #525252. Windows color (decimal): -10074026 or 5654630. OLE color: 5654630.

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

Color convert

RGB1027286-
CMYK00.290.160.6
HSL332º17.24%34.12%-
HSV(B)332º29.41%40%-
XYZ9.488.139.87-
YUV82.57129.94141.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=39.23%
G=27.69%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102728600.290.160.633217.2434.12
Hex66485601D103C14c1122
Octal14611012603520745142142
Binary1100110100100010101100111011000011110010100110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664856; }

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

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

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

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

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

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

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

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