#663C51

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

Shades of Finn #663C51

Tints of Finn #663C51

Color information

#663C51 (or 0x663C51) is unknown color: approx Finn. HEX triplet: 66, 3C and 51. RGB value is (102,60,81). Sum of RGB (Red+Green+Blue) = 102+60+81=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C51 is #99C3AE. Grayscale: #4A4A4A. Windows color (decimal): -10077103 or 5323878. OLE color: 5323878.

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

Color convert

RGB1026081-
CMYK00.410.210.6
HSL330º25.93%31.76%-
HSV(B)330º41.18%40%-
XYZ8.586.658.62-
YUV74.95131.41147.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=41.98%
G=24.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102608100.410.210.633025.9331.76
Hex663C51029153C14a1a20
Octal1467412105125745123240
Binary1100110111100101000101010011010111110010100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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