#664556

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

Shades of Finn #664556

Tints of Finn #664556

Color information

#664556 (or 0x664556) is unknown color: approx Finn. HEX triplet: 66, 45 and 56. RGB value is (102,69,86). Sum of RGB (Red+Green+Blue) = 102+69+86=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664556 is #99BAA9. Grayscale: #505050. Windows color (decimal): -10074794 or 5653862. OLE color: 5653862.

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

Color convert

RGB1026986-
CMYK00.320.160.6
HSL329.09º19.3%33.53%-
HSV(B)329.09º32.35%40%-
XYZ9.297.759.81-
YUV80.81130.93143.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=39.69%
G=26.85%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102698600.320.160.6329.0919.333.53
Hex664556020103C1491322
Octal14610512604020745112342
Binary11001101000101101011001000001000011110010100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664556; }

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

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

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

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

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

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

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

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