#60585F

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

Shades of Salt Box #60585F

Tints of Salt Box #60585F

Color information

#60585F (or 0x60585F) is unknown color: approx Salt Box. HEX triplet: 60, 58 and 5F. RGB value is (96,88,95). Sum of RGB (Red+Green+Blue) = 96+88+95=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #60585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585F is #9FA7A0. Grayscale: #5B5B5B. Windows color (decimal): -10463137 or 6248544. OLE color: 6248544.

HSL color Cylindrical-coordinate representation of color #60585F: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #60585F is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB968895-
CMYK00.080.010.62
HSL307.5º4.35%36.08%-
HSV(B)307.5º8.33%37.65%-
XYZ10.3810.2912.27-
YUV91.19130.15131.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=34.41%
G=31.54%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96889500.080.010.62307.54.3536.08
Hex60585F0813E134424
Octal140130137010176464444
Binary110000010110001011111010001111110100110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60585F; }

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

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

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

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

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

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

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

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