#655464

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

Shades of Salt Box #655464

Tints of Salt Box #655464

Color information

#655464 (or 0x655464) is unknown color: approx Salt Box. HEX triplet: 65, 54 and 64. RGB value is (101,84,100). Sum of RGB (Red+Green+Blue) = 101+84+100=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655464 is #9AAB9B. Grayscale: #5A5A5A. Windows color (decimal): -10136476 or 6575205. OLE color: 6575205.

HSL color Cylindrical-coordinate representation of color #655464: hue angle of 303.53º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655464 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10184100-
CMYK00.170.010.60
HSL303.53º9.19%36.27%-
HSV(B)303.53º16.83%39.61%-
XYZ10.8410.0313.42-
YUV90.91133.13135.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=35.44%
G=29.47%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018410000.170.010.60303.539.1936.27
Hex65546401113C130924
Octal1451241440211744601144
Binary11001011010100110010001000111111001001100001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655464; }

 p { color: rgb(101,84,100); }

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

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

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

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

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

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

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