#653D55

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

Shades of Finn #653D55

Tints of Finn #653D55

Color information

#653D55 (or 0x653D55) is unknown color: approx Finn. HEX triplet: 65, 3D and 55. RGB value is (101,61,85). Sum of RGB (Red+Green+Blue) = 101+61+85=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D55 is #9AC2AA. Grayscale: #4B4B4B. Windows color (decimal): -10142379 or 5586277. OLE color: 5586277.

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

Color convert

RGB1016185-
CMYK00.400.160.60
HSL324º24.69%31.76%-
HSV(B)324º39.6%39.61%-
XYZ8.686.769.44-
YUV75.7133.25146.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=40.89%
G=24.70%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101618500.400.160.6032424.6931.76
Hex653D55028103C1441920
Octal1457512505020745043140
Binary1100101111101101010101010001000011110010100010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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