#663756

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

Shades of Finn #663756

Tints of Finn #663756

Color information

#663756 (or 0x663756) is unknown color: approx Finn. HEX triplet: 66, 37 and 56. RGB value is (102,55,86). Sum of RGB (Red+Green+Blue) = 102+55+86=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #663756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663756 is #99C8A9. Grayscale: #484848. Windows color (decimal): -10078378 or 5650278. OLE color: 5650278.

HSL color Cylindrical-coordinate representation of color #663756: hue angle of 320.43º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663756 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1025586-
CMYK00.460.160.6
HSL320.43º29.94%30.78%-
HSV(B)320.43º46.08%40%-
XYZ8.536.239.56-
YUV72.59135.57148.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=41.98%
G=22.63%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102558600.460.160.6320.4329.9430.78
Hex66375602E103C1401e1f
Octal1466712605620745003637
Binary110011011011110101100101110100001111001010000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663756; }

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

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

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

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

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

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

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

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