#655360

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

Shades of Salt Box #655360

Tints of Salt Box #655360

Color information

#655360 (or 0x655360) is unknown color: approx Salt Box. HEX triplet: 65, 53 and 60. RGB value is (101,83,96). Sum of RGB (Red+Green+Blue) = 101+83+96=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655360 is #9AAC9F. Grayscale: #595959. Windows color (decimal): -10136736 or 6312805. OLE color: 6312805.

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

Color convert

RGB1018396-
CMYK00.180.050.60
HSL316.67º9.78%36.08%-
HSV(B)316.67º17.82%39.61%-
XYZ10.579.812.4-
YUV89.86131.46135.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=36.07%
G=29.64%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101839600.180.050.60316.679.7836.08
Hex65536001253C13da24
Octal1451231400225744751244
Binary1100101101001111000000100101011111001001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655360; }

 p { color: rgb(101,83,96); }

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

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

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

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

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

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

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