#663D54

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

Shades of Finn #663D54

Tints of Finn #663D54

Color information

#663D54 (or 0x663D54) is unknown color: approx Finn. HEX triplet: 66, 3D and 54. RGB value is (102,61,84). Sum of RGB (Red+Green+Blue) = 102+61+84=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D54 is #99C2AB. Grayscale: #4B4B4B. Windows color (decimal): -10076844 or 5520742. OLE color: 5520742.

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

Color convert

RGB1026184-
CMYK00.400.180.6
HSL326.34º25.15%31.96%-
HSV(B)326.34º40.2%40%-
XYZ8.756.89.24-
YUV75.88132.58146.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=41.30%
G=24.70%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102618400.400.180.6326.3425.1531.96
Hex663D54028123C1461920
Octal1467512405022745063140
Binary1100110111101101010001010001001011110010100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663D54; }

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

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

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

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

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

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

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

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