#64545E

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

Shades of Finn #64545E

Tints of Finn #64545E

Color information

#64545E (or 0x64545E) is unknown color: approx Finn. HEX triplet: 64, 54 and 5E. RGB value is (100,84,94). Sum of RGB (Red+Green+Blue) = 100+84+94=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #64545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64545E is #9BABA1. Grayscale: #595959. Windows color (decimal): -10202018 or 6181988. OLE color: 6181988.

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

Color convert

RGB1008494-
CMYK00.160.060.61
HSL322.5º8.7%36.08%-
HSV(B)322.5º16%39.22%-
XYZ10.459.8611.94-
YUV89.92130.3135.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=35.97%
G=30.22%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849400.160.060.61322.58.736.08
Hex64545E01063D142924
Octal1441241360206755021144
Binary1100100101010010111100100001101111011010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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