#663F50

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

Shades of Finn #663F50

Tints of Finn #663F50

Color information

#663F50 (or 0x663F50) is unknown color: approx Finn. HEX triplet: 66, 3F and 50. RGB value is (102,63,80). Sum of RGB (Red+Green+Blue) = 102+63+80=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F50 is #99C0AF. Grayscale: #4C4C4C. Windows color (decimal): -10076336 or 5259110. OLE color: 5259110.

HSL color Cylindrical-coordinate representation of color #663F50: hue angle of 333.85º 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 #663F50 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1026380-
CMYK00.380.220.6
HSL333.85º23.64%32.35%-
HSV(B)333.85º38.24%40%-
XYZ8.76.968.47-
YUV76.6129.92146.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=41.63%
G=25.71%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102638000.380.220.6333.8523.6432.35
Hex663F50026163C14e1820
Octal1467712004626745163040
Binary1100110111111101000001001101011011110010100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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