#663D56

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

Shades of Finn #663D56

Tints of Finn #663D56

Color information

#663D56 (or 0x663D56) is unknown color: approx Finn. HEX triplet: 66, 3D and 56. RGB value is (102,61,86). Sum of RGB (Red+Green+Blue) = 102+61+86=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #663D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D56 is #99C2A9. Grayscale: #4C4C4C. Windows color (decimal): -10076842 or 5651814. OLE color: 5651814.

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

Color convert

RGB1026186-
CMYK00.400.160.6
HSL323.41º25.15%31.96%-
HSV(B)323.41º40.2%40%-
XYZ8.836.839.66-
YUV76.11133.58146.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=40.96%
G=24.50%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102618600.400.160.6323.4125.1531.96
Hex663D56028103C1431920
Octal1467512605020745033140
Binary1100110111101101011001010001000011110010100001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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