#655A65

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

Shades of Salt Box #655A65

Tints of Salt Box #655A65

Color information

#655A65 (or 0x655A65) is unknown color: approx Salt Box. HEX triplet: 65, 5A and 65. RGB value is (101,90,101). Sum of RGB (Red+Green+Blue) = 101+90+101=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A65 is #9AA59A. Grayscale: #5E5E5E. Windows color (decimal): -10134939 or 6642277. OLE color: 6642277.

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

Color convert

RGB10190101-
CMYK00.1100.60
HSL300º5.76%37.45%-
HSV(B)300º10.89%39.61%-
XYZ11.3711.0213.84-
YUV94.54131.64132.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=34.59%
G=30.82%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019010100.1100.603005.7637.45
Hex655A650B03C12c625
Octal145132145013074454645
Binary110010110110101100101010110111100100101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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