#65495A

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

Shades of Finn #65495A

Tints of Finn #65495A

Color information

#65495A (or 0x65495A) is unknown color: approx Finn. HEX triplet: 65, 49 and 5A. RGB value is (101,73,90). Sum of RGB (Red+Green+Blue) = 101+73+90=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65495A is #9AB6A5. Grayscale: #535353. Windows color (decimal): -10139302 or 5917029. OLE color: 5917029.

HSL color Cylindrical-coordinate representation of color #65495A: hue angle of 323.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65495A is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1017390-
CMYK00.280.110.60
HSL323.57º16.09%34.12%-
HSV(B)323.57º27.72%39.61%-
XYZ9.598.2710.76-
YUV83.31131.78140.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=38.26%
G=27.65%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101739000.280.110.60323.5716.0934.12
Hex65495A01CB3C1441022
Octal14511113203413745042042
Binary110010110010011011010011100101111110010100010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65495A; }

 p { color: rgb(101,73,90); }

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

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

 a { background-color: rgb(101,73,90); }

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

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

 span { border-color: rgb(101,73,90); }

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