#655F65

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

Shades of Salt Box #655F65

Tints of Salt Box #655F65

Color information

#655F65 (or 0x655F65) is unknown color: approx Salt Box. HEX triplet: 65, 5F and 65. RGB value is (101,95,101). Sum of RGB (Red+Green+Blue) = 101+95+101=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F65 is #9AA09A. Grayscale: #616161. Windows color (decimal): -10133659 or 6643557. OLE color: 6643557.

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

Color convert

RGB10195101-
CMYK00.0600.60
HSL300º3.06%38.43%-
HSV(B)300º5.94%39.61%-
XYZ11.8111.8913.98-
YUV97.48129.99130.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=34.01%
G=31.99%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019510100.0600.603003.0638.43
Hex655F650603C12c326
Octal14513714506074454346
Binary1100101101111111001010110011110010010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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