#64545C

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

Shades of Finn #64545C

Tints of Finn #64545C

Color information

#64545C (or 0x64545C) is unknown color: approx Finn. HEX triplet: 64, 54 and 5C. RGB value is (100,84,92). Sum of RGB (Red+Green+Blue) = 100+84+92=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #64545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64545C is #9BABA3. Grayscale: #595959. Windows color (decimal): -10202020 or 6050916. OLE color: 6050916.

HSL color Cylindrical-coordinate representation of color #64545C: hue angle of 330º 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 #64545C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1008492-
CMYK00.160.080.61
HSL330º8.7%36.08%-
HSV(B)330º16%39.22%-
XYZ10.369.8211.48-
YUV89.7129.3135.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=36.23%
G=30.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849200.160.080.613308.736.08
Hex64545C01083D14a924
Octal14412413402010755121144
Binary11001001010100101110001000010001111011010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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