#663653

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

Shades of Finn #663653

Tints of Finn #663653

Color information

#663653 (or 0x663653) is unknown color: approx Finn. HEX triplet: 66, 36 and 53. RGB value is (102,54,83). Sum of RGB (Red+Green+Blue) = 102+54+83=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663653 is #99C9AC. Grayscale: #474747. Windows color (decimal): -10078637 or 5453414. OLE color: 5453414.

HSL color Cylindrical-coordinate representation of color #663653: hue angle of 323.75º 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 #663653 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1025483-
CMYK00.470.190.6
HSL323.75º30.77%30.59%-
HSV(B)323.75º47.06%40%-
XYZ8.366.098.92-
YUV71.66134.4149.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=42.68%
G=22.59%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102548300.470.190.6323.7530.7730.59
Hex66365302F133C1441f1f
Octal1466612305723745043737
Binary110011011011010100110101111100111111001010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663653; }

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

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

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

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

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

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

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

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