#655F63

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

Shades of Salt Box #655F63

Tints of Salt Box #655F63

Color information

#655F63 (or 0x655F63) is unknown color: approx Salt Box. HEX triplet: 65, 5F and 63. RGB value is (101,95,99). Sum of RGB (Red+Green+Blue) = 101+95+99=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 101 - color contains mainly: red. Hex color #655F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F63 is #9AA09C. Grayscale: #616161. Windows color (decimal): -10133661 or 6512485. OLE color: 6512485.

HSL color Cylindrical-coordinate representation of color #655F63: hue angle of 320º 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 #655F63 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1019599-
CMYK00.060.020.60
HSL320º3.06%38.43%-
HSV(B)320º5.94%39.61%-
XYZ11.7111.8513.47-
YUV97.25128.99130.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=34.24%
G=32.20%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101959900.060.020.603203.0638.43
Hex655F630623C140326
Octal14513714306274500346
Binary11001011011111110001101101011110010100000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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