#664552

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

Shades of Finn #664552

Tints of Finn #664552

Color information

#664552 (or 0x664552) is unknown color: approx Finn. HEX triplet: 66, 45 and 52. RGB value is (102,69,82). Sum of RGB (Red+Green+Blue) = 102+69+82=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664552 is #99BAAD. Grayscale: #505050. Windows color (decimal): -10074798 or 5391718. OLE color: 5391718.

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

Color convert

RGB1026982-
CMYK00.320.200.6
HSL336.36º19.3%33.53%-
HSV(B)336.36º32.35%40%-
XYZ9.137.698.99-
YUV80.35128.93143.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=40.32%
G=27.27%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102698200.320.200.6336.3619.333.53
Hex664552020143C1501322
Octal14610512204024745202342
Binary11001101000101101001001000001010011110010101000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664552; }

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

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

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

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

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

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

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

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