#663F52

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

Shades of Finn #663F52

Tints of Finn #663F52

Color information

#663F52 (or 0x663F52) is unknown color: approx Finn. HEX triplet: 66, 3F and 52. RGB value is (102,63,82). Sum of RGB (Red+Green+Blue) = 102+63+82=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F52 is #99C0AD. Grayscale: #4C4C4C. Windows color (decimal): -10076334 or 5390182. OLE color: 5390182.

HSL color Cylindrical-coordinate representation of color #663F52: hue angle of 330.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F52 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1026382-
CMYK00.380.200.6
HSL330.77º23.64%32.35%-
HSV(B)330.77º38.24%40%-
XYZ8.786.998.87-
YUV76.83130.92145.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=41.30%
G=25.51%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102638200.380.200.6330.7723.6432.35
Hex663F52026143C14b1820
Octal1467712204624745133040
Binary1100110111111101001001001101010011110010100101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F52; }

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

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

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

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

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

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

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

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