#645D72

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

Shades of Smoky #645D72

Tints of Smoky #645D72

Color information

#645D72 (or 0x645D72) is unknown color: approx Smoky. HEX triplet: 64, 5D and 72. RGB value is (100,93,114). Sum of RGB (Red+Green+Blue) = 100+93+114=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #645D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D72 is #9BA28D. Grayscale: #616161. Windows color (decimal): -10199694 or 7495012. OLE color: 7495012.

HSL color Cylindrical-coordinate representation of color #645D72: hue angle of 260º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645D72 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10093114-
CMYK0.120.1800.55
HSL260º10.14%40.59%-
HSV(B)260º18.42%44.71%-
XYZ12.2111.7517.54-
YUV97.49137.32129.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=32.57%
G=30.29%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100931140.120.1800.5526010.1440.59
Hex645D72C12037104a29
Octal14413516214220674041251
Binary11001001011101111001011001001001101111000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645D72; }

 p { color: rgb(100,93,114); }

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

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

 a { background-color: rgb(100,93,114); }

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

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

 span { border-color: rgb(100,93,114); }

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