#65415A

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

Shades of Finn #65415A

Tints of Finn #65415A

Color information

#65415A (or 0x65415A) is unknown color: approx Finn. HEX triplet: 65, 41 and 5A. RGB value is (101,65,90). Sum of RGB (Red+Green+Blue) = 101+65+90=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #65415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65415A is #9ABEA5. Grayscale: #4E4E4E. Windows color (decimal): -10141350 or 5914981. OLE color: 5914981.

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

Color convert

RGB1016590-
CMYK00.360.110.60
HSL318.33º21.69%32.55%-
HSV(B)318.33º35.64%39.61%-
XYZ9.17.2910.6-
YUV78.61134.43143.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=39.45%
G=25.39%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101659000.360.110.60318.3321.6932.55
Hex65415A024B3C13e1621
Octal14510113204413744762641
Binary1100101100000110110100100100101111110010011111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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