#645260

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

Shades of Salt Box #645260

Tints of Salt Box #645260

Color information

#645260 (or 0x645260) is unknown color: approx Salt Box. HEX triplet: 64, 52 and 60. RGB value is (100,82,96). Sum of RGB (Red+Green+Blue) = 100+82+96=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645260 is #9BAD9F. Grayscale: #585858. Windows color (decimal): -10202528 or 6312548. OLE color: 6312548.

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

Color convert

RGB1008296-
CMYK00.180.040.61
HSL313.33º9.89%35.69%-
HSV(B)313.33º18%39.22%-
XYZ10.389.5912.37-
YUV88.98131.96135.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=35.97%
G=29.50%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100829600.180.040.61313.339.8935.69
Hex64526001243D139a24
Octal1441221400224754711244
Binary1100100101001011000000100101001111011001110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645260; }

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

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

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

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

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

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

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

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