#656265

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

Shades of Salt Box #656265

Tints of Salt Box #656265

Color information

#656265 (or 0x656265) is unknown color: approx Salt Box. HEX triplet: 65, 62 and 65. RGB value is (101,98,101). Sum of RGB (Red+Green+Blue) = 101+98+101=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #656265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656265 is #9A9D9A. Grayscale: #636363. Windows color (decimal): -10132891 or 6644325. OLE color: 6644325.

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

Color convert

RGB10198101-
CMYK00.0300.60
HSL300º1.51%39.02%-
HSV(B)300º2.97%39.61%-
XYZ12.0812.4414.08-
YUV99.24128.99129.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=33.67%
G=32.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019810100.0300.603001.5139.02
Hex6562650303C12c227
Octal14514214503074454247
Binary110010111000101100101011011110010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656265; }

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

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

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

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

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

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

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

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