#663A56

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

Shades of Finn #663A56

Tints of Finn #663A56

Color information

#663A56 (or 0x663A56) is unknown color: approx Finn. HEX triplet: 66, 3A and 56. RGB value is (102,58,86). Sum of RGB (Red+Green+Blue) = 102+58+86=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #663A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A56 is #99C5A9. Grayscale: #4A4A4A. Windows color (decimal): -10077610 or 5651046. OLE color: 5651046.

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

Color convert

RGB1025886-
CMYK00.430.160.6
HSL321.82º27.5%31.37%-
HSV(B)321.82º43.14%40%-
XYZ8.676.529.61-
YUV74.35134.58147.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=41.46%
G=23.58%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102588600.430.160.6321.8227.531.37
Hex663A5602B103C1421c1f
Octal1467212605320745023437
Binary110011011101010101100101011100001111001010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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