#663B54

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

Shades of Finn #663B54

Tints of Finn #663B54

Color information

#663B54 (or 0x663B54) is unknown color: approx Finn. HEX triplet: 66, 3B and 54. RGB value is (102,59,84). Sum of RGB (Red+Green+Blue) = 102+59+84=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B54 is #99C4AB. Grayscale: #4A4A4A. Windows color (decimal): -10077356 or 5520230. OLE color: 5520230.

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

Color convert

RGB1025984-
CMYK00.420.180.6
HSL325.12º26.71%31.57%-
HSV(B)325.12º42.16%40%-
XYZ8.646.599.2-
YUV74.71133.25147.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=41.63%
G=24.08%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102598400.420.180.6325.1226.7131.57
Hex663B5402A123C1451b20
Octal1467312405222745053340
Binary1100110111011101010001010101001011110010100010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,84); }

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

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

 a { background-color: rgb(102,59,84); }

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

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

 span { border-color: rgb(102,59,84); }

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