#663A57

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

Shades of Finn #663A57

Tints of Finn #663A57

Color information

#663A57 (or 0x663A57) is unknown color: approx Finn. HEX triplet: 66, 3A and 57. RGB value is (102,58,87). Sum of RGB (Red+Green+Blue) = 102+58+87=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A57 is #99C5A8. Grayscale: #4A4A4A. Windows color (decimal): -10077609 or 5716582. OLE color: 5716582.

HSL color Cylindrical-coordinate representation of color #663A57: hue angle of 320.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663A57 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1025887-
CMYK00.430.150.6
HSL320.45º27.5%31.37%-
HSV(B)320.45º43.14%40%-
XYZ8.716.549.82-
YUV74.46135.08147.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=41.30%
G=23.48%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102588700.430.150.6320.4527.531.37
Hex663A5702BF3C1401c1f
Octal1467212705317745003437
Binary11001101110101010111010101111111111001010000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,58,87); }

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

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

 a { background-color: rgb(102,58,87); }

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

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

 span { border-color: rgb(102,58,87); }

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