#656063

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

Shades of Salt Box #656063

Tints of Salt Box #656063

Color information

#656063 (or 0x656063) is unknown color: approx Salt Box. HEX triplet: 65, 60 and 63. RGB value is (101,96,99). Sum of RGB (Red+Green+Blue) = 101+96+99=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 101 - color contains mainly: red. Hex color #656063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656063 is #9A9F9C. Grayscale: #616161. Windows color (decimal): -10133405 or 6512741. OLE color: 6512741.

HSL color Cylindrical-coordinate representation of color #656063: hue angle of 324º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #656063 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1019699-
CMYK00.050.020.60
HSL324º2.54%38.63%-
HSV(B)324º4.95%39.61%-
XYZ11.812.0313.51-
YUV97.84128.66130.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=34.12%
G=32.43%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101969900.050.020.603242.5438.63
Hex6560630523C144327
Octal14514014305274504347
Binary11001011100000110001101011011110010100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656063; }

 p { color: rgb(101,96,99); }

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

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

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

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

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

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

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