#65505C

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

Shades of Finn #65505C

Tints of Finn #65505C

Color information

#65505C (or 0x65505C) is unknown color: approx Finn. HEX triplet: 65, 50 and 5C. RGB value is (101,80,92). Sum of RGB (Red+Green+Blue) = 101+80+92=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #65505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65505C is #9AAFA3. Grayscale: #575757. Windows color (decimal): -10137508 or 6049893. OLE color: 6049893.

HSL color Cylindrical-coordinate representation of color #65505C: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65505C is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1018092-
CMYK00.210.090.60
HSL325.71º11.6%35.49%-
HSV(B)325.71º20.79%39.61%-
XYZ10.179.2811.38-
YUV87.65130.46137.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=37.00%
G=29.30%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101809200.210.090.60325.7111.635.49
Hex65505C01593C146c23
Octal14512013402511745061443
Binary11001011010000101110001010110011111001010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65505C; }

 p { color: rgb(101,80,92); }

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

<style>
 a { background-color: #65505C; }

 a { background-color: rgb(101,80,92); }

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

<style>
 span { border-color: #65505C; }

 span { border-color: rgb(101,80,92); }

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