#65485A

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

Shades of Finn #65485A

Tints of Finn #65485A

Color information

#65485A (or 0x65485A) is unknown color: approx Finn. HEX triplet: 65, 48 and 5A. RGB value is (101,72,90). Sum of RGB (Red+Green+Blue) = 101+72+90=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #65485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65485A is #9AB7A5. Grayscale: #525252. Windows color (decimal): -10139558 or 5916773. OLE color: 5916773.

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

Color convert

RGB1017290-
CMYK00.290.110.60
HSL322.76º16.76%33.92%-
HSV(B)322.76º28.71%39.61%-
XYZ9.538.1410.74-
YUV82.72132.11141.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=38.40%
G=27.38%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101729000.290.110.60322.7616.7633.92
Hex65485A01DB3C1431122
Octal14511013203513745032142
Binary110010110010001011010011101101111110010100001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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