#65545B

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

Shades of Finn #65545B

Tints of Finn #65545B

Color information

#65545B (or 0x65545B) is unknown color: approx Finn. HEX triplet: 65, 54 and 5B. RGB value is (101,84,91). Sum of RGB (Red+Green+Blue) = 101+84+91=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65545B is #9AABA4. Grayscale: #595959. Windows color (decimal): -10136485 or 5985381. OLE color: 5985381.

HSL color Cylindrical-coordinate representation of color #65545B: hue angle of 335.29º 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 #65545B is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1018491-
CMYK00.170.100.60
HSL335.29º9.19%36.27%-
HSV(B)335.29º16.83%39.61%-
XYZ10.439.8611.25-
YUV89.88128.63135.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=36.59%
G=30.43%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101849100.170.100.60335.299.1936.27
Hex65545B011A3C14f924
Octal14512413302112745171144
Binary11001011010100101101101000110101111001010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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