#65545D

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

Shades of Finn #65545D

Tints of Finn #65545D

Color information

#65545D (or 0x65545D) is unknown color: approx Finn. HEX triplet: 65, 54 and 5D. RGB value is (101,84,93). Sum of RGB (Red+Green+Blue) = 101+84+93=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #65545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65545D is #9AABA2. Grayscale: #5A5A5A. Windows color (decimal): -10136483 or 6116453. OLE color: 6116453.

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

Color convert

RGB1018493-
CMYK00.170.080.60
HSL328.24º9.19%36.27%-
HSV(B)328.24º16.83%39.61%-
XYZ10.519.911.71-
YUV90.11129.63135.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=36.33%
G=30.22%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101849300.170.080.60328.249.1936.27
Hex65545D01183C148924
Octal14512413502110745101144
Binary11001011010100101110101000110001111001010010001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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