#655E65

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

Shades of Salt Box #655E65

Tints of Salt Box #655E65

Color information

#655E65 (or 0x655E65) is unknown color: approx Salt Box. HEX triplet: 65, 5E and 65. RGB value is (101,94,101). Sum of RGB (Red+Green+Blue) = 101+94+101=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E65 is #9AA19A. Grayscale: #606060. Windows color (decimal): -10133915 or 6643301. OLE color: 6643301.

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

Color convert

RGB10194101-
CMYK00.0700.60
HSL300º3.59%38.24%-
HSV(B)300º6.93%39.61%-
XYZ11.7211.7113.95-
YUV96.89130.32130.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=34.12%
G=31.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019410100.0700.603003.5938.24
Hex655E650703C12c426
Octal14513614507074454446
Binary11001011011110110010101110111100100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E65; }

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

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

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

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

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

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

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

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