#663551

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

Shades of Finn #663551

Tints of Finn #663551

Color information

#663551 (or 0x663551) is unknown color: approx Finn. HEX triplet: 66, 35 and 51. RGB value is (102,53,81). Sum of RGB (Red+Green+Blue) = 102+53+81=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663551 is #99CAAE. Grayscale: #464646. Windows color (decimal): -10078895 or 5322086. OLE color: 5322086.

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

Color convert

RGB1025381-
CMYK00.480.210.6
HSL325.71º31.61%30.39%-
HSV(B)325.71º48.04%40%-
XYZ8.245.978.5-
YUV70.84133.73150.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=43.22%
G=22.46%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102538100.480.210.6325.7131.6130.39
Hex663551030153C146201e
Octal1466512106025745064036
Binary1100110110101101000101100001010111110010100011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663551; }

 p { color: rgb(102,53,81); }

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

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

 a { background-color: rgb(102,53,81); }

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

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

 span { border-color: rgb(102,53,81); }

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