#663654

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

Shades of Finn #663654

Tints of Finn #663654

Color information

#663654 (or 0x663654) is unknown color: approx Finn. HEX triplet: 66, 36 and 54. RGB value is (102,54,84). Sum of RGB (Red+Green+Blue) = 102+54+84=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #663654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663654 is #99C9AB. Grayscale: #474747. Windows color (decimal): -10078636 or 5518950. OLE color: 5518950.

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

Color convert

RGB1025484-
CMYK00.470.180.6
HSL322.5º30.77%30.59%-
HSV(B)322.5º47.06%40%-
XYZ8.46.19.12-
YUV71.77134.9149.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 84 (33.20% from 255) = 35%
R=42.5%
G=22.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102548400.470.180.6322.530.7730.59
Hex66365402F123C1421f1f
Octal1466612405722745023737
Binary110011011011010101000101111100101111001010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663654; }

 p { color: rgb(102,54,84); }

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

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

 a { background-color: rgb(102,54,84); }

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

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

 span { border-color: rgb(102,54,84); }

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