#663C4F

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

Shades of Finn #663C4F

Tints of Finn #663C4F

Color information

#663C4F (or 0x663C4F) is unknown color: approx Finn. HEX triplet: 66, 3C and 4F. RGB value is (102,60,79). Sum of RGB (Red+Green+Blue) = 102+60+79=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C4F is #99C3B0. Grayscale: #4A4A4A. Windows color (decimal): -10077105 or 5192806. OLE color: 5192806.

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

Color convert

RGB1026079-
CMYK00.410.230.6
HSL332.86º25.93%31.76%-
HSV(B)332.86º41.18%40%-
XYZ8.516.628.23-
YUV74.72130.41147.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=42.32%
G=24.90%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102607900.410.230.6332.8625.9331.76
Hex663C4F029173C14d1a20
Octal1467411705127745153240
Binary1100110111100100111101010011011111110010100110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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