#663C50

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

Shades of Finn #663C50

Tints of Finn #663C50

Color information

#663C50 (or 0x663C50) is unknown color: approx Finn. HEX triplet: 66, 3C and 50. RGB value is (102,60,80). Sum of RGB (Red+Green+Blue) = 102+60+80=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C50 is #99C3AF. Grayscale: #4A4A4A. Windows color (decimal): -10077104 or 5258342. OLE color: 5258342.

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

Color convert

RGB1026080-
CMYK00.410.220.6
HSL331.43º25.93%31.76%-
HSV(B)331.43º41.18%40%-
XYZ8.546.648.42-
YUV74.84130.91147.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=42.15%
G=24.79%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102608000.410.220.6331.4325.9331.76
Hex663C50029163C14b1a20
Octal1467412005126745133240
Binary1100110111100101000001010011011011110010100101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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