#655764

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

Shades of Salt Box #655764

Tints of Salt Box #655764

Color information

#655764 (or 0x655764) is unknown color: approx Salt Box. HEX triplet: 65, 57 and 64. RGB value is (101,87,100). Sum of RGB (Red+Green+Blue) = 101+87+100=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 101 - color contains mainly: red. Hex color #655764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655764 is #9AA89B. Grayscale: #5C5C5C. Windows color (decimal): -10135708 or 6575973. OLE color: 6575973.

HSL color Cylindrical-coordinate representation of color #655764: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655764 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10187100-
CMYK00.140.010.60
HSL304.29º7.45%36.86%-
HSV(B)304.29º13.86%39.61%-
XYZ11.0810.513.5-
YUV92.67132.14133.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=35.07%
G=30.21%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018710000.140.010.60304.297.4536.86
Hex6557640E13C130725
Octal145127144016174460745
Binary110010110101111100100011101111100100110000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655764; }

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

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

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

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

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

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

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

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