#653D53

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

Shades of Finn #653D53

Tints of Finn #653D53

Color information

#653D53 (or 0x653D53) is unknown color: approx Finn. HEX triplet: 65, 3D and 53. RGB value is (101,61,83). Sum of RGB (Red+Green+Blue) = 101+61+83=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #653D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D53 is #9AC2AC. Grayscale: #4B4B4B. Windows color (decimal): -10142381 or 5455205. OLE color: 5455205.

HSL color Cylindrical-coordinate representation of color #653D53: hue angle of 327º 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 #653D53 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1016183-
CMYK00.400.180.60
HSL327º24.69%31.76%-
HSV(B)327º39.6%39.61%-
XYZ8.66.739.03-
YUV75.47132.25146.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=41.22%
G=24.90%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101618300.400.180.6032724.6931.76
Hex653D53028123C1471920
Octal1457512305022745073140
Binary1100101111101101001101010001001011110010100011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653D53; }

 p { color: rgb(101,61,83); }

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

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

 a { background-color: rgb(101,61,83); }

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

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

 span { border-color: rgb(101,61,83); }

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