#65445A

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

Shades of Finn #65445A

Tints of Finn #65445A

Color information

#65445A (or 0x65445A) is unknown color: approx Finn. HEX triplet: 65, 44 and 5A. RGB value is (101,68,90). Sum of RGB (Red+Green+Blue) = 101+68+90=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #65445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65445A is #9ABBA5. Grayscale: #505050. Windows color (decimal): -10140582 or 5915749. OLE color: 5915749.

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

Color convert

RGB1016890-
CMYK00.330.110.60
HSL320º19.53%33.14%-
HSV(B)320º32.67%39.61%-
XYZ9.287.6410.66-
YUV80.38133.43142.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=39.00%
G=26.25%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101689000.330.110.6032019.5333.14
Hex65445A021B3C1401421
Octal14510413204113745002441
Binary1100101100010010110100100001101111110010100000010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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