#663D59

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

Shades of Finn #663D59

Tints of Finn #663D59

Color information

#663D59 (or 0x663D59) is unknown color: approx Finn. HEX triplet: 66, 3D and 59. RGB value is (102,61,89). Sum of RGB (Red+Green+Blue) = 102+61+89=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #663D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D59 is #99C2A6. Grayscale: #4C4C4C. Windows color (decimal): -10076839 or 5848422. OLE color: 5848422.

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

Color convert

RGB1026189-
CMYK00.400.130.6
HSL319.02º25.15%31.96%-
HSV(B)319.02º40.2%40%-
XYZ8.956.8810.31-
YUV76.45135.08146.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=40.48%
G=24.21%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102618900.400.130.6319.0225.1531.96
Hex663D59028D3C13f1920
Octal1467513105015744773140
Binary110011011110110110010101000110111110010011111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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