#605B5F

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

Shades of Salt Box #605B5F

Tints of Salt Box #605B5F

Color information

#605B5F (or 0x605B5F) is unknown color: approx Salt Box. HEX triplet: 60, 5B and 5F. RGB value is (96,91,95). Sum of RGB (Red+Green+Blue) = 96+91+95=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B5F is #9FA4A0. Grayscale: #5C5C5C. Windows color (decimal): -10462369 or 6249312. OLE color: 6249312.

HSL color Cylindrical-coordinate representation of color #605B5F: hue angle of 312º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605B5F is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB969195-
CMYK00.050.010.62
HSL312º2.67%36.67%-
HSV(B)312º5.21%37.65%-
XYZ10.6310.812.35-
YUV92.95129.16130.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=34.04%
G=32.27%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96919500.050.010.623122.6736.67
Hex605B5F0513E138325
Octal14013313705176470345
Binary1100000101101110111110101111111010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B5F; }

 p { color: rgb(96,91,95); }

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

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

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

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

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

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

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