#64545A

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

Shades of Finn #64545A

Tints of Finn #64545A

Color information

#64545A (or 0x64545A) is unknown color: approx Finn. HEX triplet: 64, 54 and 5A. RGB value is (100,84,90). Sum of RGB (Red+Green+Blue) = 100+84+90=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 100 - color contains mainly: red. Hex color #64545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64545A is #9BABA5. Grayscale: #595959. Windows color (decimal): -10202022 or 5919844. OLE color: 5919844.

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

Color convert

RGB1008490-
CMYK00.160.100.61
HSL337.5º8.7%36.08%-
HSV(B)337.5º16%39.22%-
XYZ10.279.7911.02-
YUV89.47128.3135.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=36.50%
G=30.66%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849000.160.100.61337.58.736.08
Hex64545A010A3D152924
Octal14412413202012755221144
Binary11001001010100101101001000010101111011010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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