#655765

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

Shades of Salt Box #655765

Tints of Salt Box #655765

Color information

#655765 (or 0x655765) is unknown color: approx Salt Box. HEX triplet: 65, 57 and 65. RGB value is (101,87,101). Sum of RGB (Red+Green+Blue) = 101+87+101=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655765 is #9AA89A. Grayscale: #5C5C5C. Windows color (decimal): -10135707 or 6641509. OLE color: 6641509.

HSL color Cylindrical-coordinate representation of color #655765: hue angle of 300º 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 #655765 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10187101-
CMYK00.1400.60
HSL300º7.45%36.86%-
HSV(B)300º13.86%39.61%-
XYZ11.1210.5213.76-
YUV92.78132.64133.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018710100.1400.603007.4536.86
Hex6557650E03C12c725
Octal145127145016074454745
Binary110010110101111100101011100111100100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655765; }

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

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

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

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

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

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

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

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