#645057

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

Shades of Finn #645057

Tints of Finn #645057

Color information

#645057 (or 0x645057) is unknown color: approx Finn. HEX triplet: 64, 50 and 57. RGB value is (100,80,87). Sum of RGB (Red+Green+Blue) = 100+80+87=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #645057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645057 is #9BAFA8. Grayscale: #565656. Windows color (decimal): -10203049 or 5722212. OLE color: 5722212.

HSL color Cylindrical-coordinate representation of color #645057: hue angle of 339º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645057 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB1008087-
CMYK00.20.130.61
HSL339º11.11%35.29%-
HSV(B)339º20%39.22%-
XYZ9.849.1310.26-
YUV86.78128.13137.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=37.45%
G=29.96%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100808700.20.130.6133911.1135.29
Hex645057014D3D153b23
Octal14412012702415755231343
Binary11001001010000101011101010011011111011010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645057; }

 p { color: rgb(100,80,87); }

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

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

 a { background-color: rgb(100,80,87); }

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

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

 span { border-color: rgb(100,80,87); }

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