#664452

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

Shades of Finn #664452

Tints of Finn #664452

Color information

#664452 (or 0x664452) is unknown color: approx Finn. HEX triplet: 66, 44 and 52. RGB value is (102,68,82). Sum of RGB (Red+Green+Blue) = 102+68+82=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664452 is #99BBAD. Grayscale: #4F4F4F. Windows color (decimal): -10075054 or 5391462. OLE color: 5391462.

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

Color convert

RGB1026882-
CMYK00.330.200.6
HSL335.29º20%33.33%-
HSV(B)335.29º33.33%40%-
XYZ9.077.578.97-
YUV79.76129.26143.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=40.48%
G=26.98%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102688200.330.200.6335.292033.33
Hex664452021143C14f1421
Octal14610412204124745172441
Binary11001101000100101001001000011010011110010100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664452; }

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

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

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

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

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

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

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

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