#664453

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

Shades of Finn #664453

Tints of Finn #664453

Color information

#664453 (or 0x664453) is unknown color: approx Finn. HEX triplet: 66, 44 and 53. RGB value is (102,68,83). Sum of RGB (Red+Green+Blue) = 102+68+83=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664453 is #99BBAC. Grayscale: #4F4F4F. Windows color (decimal): -10075053 or 5456998. OLE color: 5456998.

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

Color convert

RGB1026883-
CMYK00.330.190.6
HSL333.53º20%33.33%-
HSV(B)333.53º33.33%40%-
XYZ9.117.589.17-
YUV79.88129.76143.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=40.32%
G=26.88%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102688300.330.190.6333.532033.33
Hex664453021133C14e1421
Octal14610412304123745162441
Binary11001101000100101001101000011001111110010100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664453; }

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

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

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

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

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

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

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

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