#645F64

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

Shades of Salt Box #645F64

Tints of Salt Box #645F64

Color information

#645F64 (or 0x645F64) is unknown color: approx Salt Box. HEX triplet: 64, 5F and 64. RGB value is (100,95,100). Sum of RGB (Red+Green+Blue) = 100+95+100=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F64 is #9BA09B. Grayscale: #616161. Windows color (decimal): -10199196 or 6578020. OLE color: 6578020.

HSL color Cylindrical-coordinate representation of color #645F64: hue angle of 300º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #645F64 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB10095100-
CMYK00.0500.61
HSL300º2.56%38.24%-
HSV(B)300º5%39.22%-
XYZ11.6511.8113.72-
YUV97.06129.66130.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=33.90%
G=32.20%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009510000.0500.613002.5638.24
Hex645F640503D12c326
Octal14413714405075454346
Binary1100100101111111001000101011110110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,100); }

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

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

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

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

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

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

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