#64545B

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

Shades of Finn #64545B

Tints of Finn #64545B

Color information

#64545B (or 0x64545B) is unknown color: approx Finn. HEX triplet: 64, 54 and 5B. RGB value is (100,84,91). Sum of RGB (Red+Green+Blue) = 100+84+91=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #64545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64545B is #9BABA4. Grayscale: #595959. Windows color (decimal): -10202021 or 5985380. OLE color: 5985380.

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

Color convert

RGB1008491-
CMYK00.160.090.61
HSL333.75º8.7%36.08%-
HSV(B)333.75º16%39.22%-
XYZ10.319.8111.25-
YUV89.58128.8135.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=36.36%
G=30.55%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849100.160.090.61333.758.736.08
Hex64545B01093D14e924
Octal14412413302011755161144
Binary11001001010100101101101000010011111011010011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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