#663D58

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

Shades of Finn #663D58

Tints of Finn #663D58

Color information

#663D58 (or 0x663D58) is unknown color: approx Finn. HEX triplet: 66, 3D and 58. RGB value is (102,61,88). Sum of RGB (Red+Green+Blue) = 102+61+88=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D58 is #99C2A7. Grayscale: #4C4C4C. Windows color (decimal): -10076840 or 5782886. OLE color: 5782886.

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

Color convert

RGB1026188-
CMYK00.400.140.6
HSL320.49º25.15%31.96%-
HSV(B)320.49º40.2%40%-
XYZ8.916.8710.09-
YUV76.34134.58146.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=40.64%
G=24.30%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102618800.400.140.6320.4925.1531.96
Hex663D58028E3C1401920
Octal1467513005016745003140
Binary110011011110110110000101000111011110010100000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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