#65565D

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

Shades of Finn #65565D

Tints of Finn #65565D

Color information

#65565D (or 0x65565D) is unknown color: approx Finn. HEX triplet: 65, 56 and 5D. RGB value is (101,86,93). Sum of RGB (Red+Green+Blue) = 101+86+93=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #65565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65565D is #9AA9A2. Grayscale: #5B5B5B. Windows color (decimal): -10135971 or 6116965. OLE color: 6116965.

HSL color Cylindrical-coordinate representation of color #65565D: hue angle of 332º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65565D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1018693-
CMYK00.150.080.60
HSL332º8.02%36.67%-
HSV(B)332º14.85%39.61%-
XYZ10.6710.2111.76-
YUV91.28128.97134.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=36.07%
G=30.71%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101869300.150.080.603328.0236.67
Hex65565D0F83C14c825
Octal14512613501710745141045
Binary1100101101011010111010111110001111001010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65565D; }

 p { color: rgb(101,86,93); }

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

<style>
 a { background-color: #65565D; }

 a { background-color: rgb(101,86,93); }

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

<style>
 span { border-color: #65565D; }

 span { border-color: rgb(101,86,93); }

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