#663754

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

Shades of Finn #663754

Tints of Finn #663754

Color information

#663754 (or 0x663754) is unknown color: approx Finn. HEX triplet: 66, 37 and 54. RGB value is (102,55,84). Sum of RGB (Red+Green+Blue) = 102+55+84=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663754 is #99C8AB. Grayscale: #484848. Windows color (decimal): -10078380 or 5519206. OLE color: 5519206.

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

Color convert

RGB1025584-
CMYK00.460.180.6
HSL322.98º29.94%30.78%-
HSV(B)322.98º46.08%40%-
XYZ8.456.29.14-
YUV72.36134.57149.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=42.32%
G=22.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102558400.460.180.6322.9829.9430.78
Hex66375402E123C1431e1f
Octal1466712405622745033637
Binary110011011011110101000101110100101111001010000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663754; }

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

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

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

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

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

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

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

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