#645160

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

Shades of Salt Box #645160

Tints of Salt Box #645160

Color information

#645160 (or 0x645160) is unknown color: approx Salt Box. HEX triplet: 64, 51 and 60. RGB value is (100,81,96). Sum of RGB (Red+Green+Blue) = 100+81+96=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645160 is #9BAE9F. Grayscale: #585858. Windows color (decimal): -10202784 or 6312292. OLE color: 6312292.

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

Color convert

RGB1008196-
CMYK00.190.040.61
HSL312.63º10.5%35.49%-
HSV(B)312.63º19%39.22%-
XYZ10.319.4412.34-
YUV88.39132.29136.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=36.10%
G=29.24%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100819600.190.040.61312.6310.535.49
Hex64516001343D139a23
Octal1441211400234754711243
Binary1100100101000111000000100111001111011001110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645160; }

 p { color: rgb(100,81,96); }

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

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

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

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

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

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

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