#655B64

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

Shades of Salt Box #655B64

Tints of Salt Box #655B64

Color information

#655B64 (or 0x655B64) is unknown color: approx Salt Box. HEX triplet: 65, 5B and 64. RGB value is (101,91,100). Sum of RGB (Red+Green+Blue) = 101+91+100=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 101 - color contains mainly: red. Hex color #655B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B64 is #9AA49B. Grayscale: #5E5E5E. Windows color (decimal): -10134684 or 6576997. OLE color: 6576997.

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

Color convert

RGB10191100-
CMYK00.100.010.60
HSL306º5.21%37.65%-
HSV(B)306º9.9%39.61%-
XYZ11.4111.1713.61-
YUV95.02130.81132.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=34.59%
G=31.16%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019110000.100.010.603065.2137.65
Hex655B640A13C132526
Octal145133144012174462546
Binary110010110110111100100010101111100100110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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