#64545D

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

Shades of Finn #64545D

Tints of Finn #64545D

Color information

#64545D (or 0x64545D) is unknown color: approx Finn. HEX triplet: 64, 54 and 5D. RGB value is (100,84,93). Sum of RGB (Red+Green+Blue) = 100+84+93=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64545D is #9BABA2. Grayscale: #595959. Windows color (decimal): -10202019 or 6116452. OLE color: 6116452.

HSL color Cylindrical-coordinate representation of color #64545D: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #64545D is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1008493-
CMYK00.160.070.61
HSL326.25º8.7%36.08%-
HSV(B)326.25º16%39.22%-
XYZ10.49.8411.71-
YUV89.81129.8135.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=36.10%
G=30.32%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849300.160.070.61326.258.736.08
Hex64545D01073D146924
Octal1441241350207755061144
Binary1100100101010010111010100001111111011010001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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