#664553

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

Shades of Finn #664553

Tints of Finn #664553

Color information

#664553 (or 0x664553) is unknown color: approx Finn. HEX triplet: 66, 45 and 53. RGB value is (102,69,83). Sum of RGB (Red+Green+Blue) = 102+69+83=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664553 is #99BAAC. Grayscale: #505050. Windows color (decimal): -10074797 or 5457254. OLE color: 5457254.

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

Color convert

RGB1026983-
CMYK00.320.190.6
HSL334.55º19.3%33.53%-
HSV(B)334.55º32.35%40%-
XYZ9.177.719.19-
YUV80.46129.43143.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=40.16%
G=27.17%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102698300.320.190.6334.5519.333.53
Hex664553020133C14f1322
Octal14610512304023745172342
Binary11001101000101101001101000001001111110010100111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664553; }

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

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

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

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

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

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

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

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