#60575F

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

Shades of Salt Box #60575F

Tints of Salt Box #60575F

Color information

#60575F (or 0x60575F) is unknown color: approx Salt Box. HEX triplet: 60, 57 and 5F. RGB value is (96,87,95). Sum of RGB (Red+Green+Blue) = 96+87+95=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #60575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60575F is #9FA8A0. Grayscale: #5A5A5A. Windows color (decimal): -10463393 or 6248288. OLE color: 6248288.

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

Color convert

RGB968795-
CMYK00.090.010.62
HSL306.67º4.92%35.88%-
HSV(B)306.67º9.38%37.65%-
XYZ10.310.1312.24-
YUV90.6130.48131.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=34.53%
G=31.29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96879500.090.010.62306.674.9235.88
Hex60575F0913E133524
Octal140127137011176463544
Binary110000010101111011111010011111110100110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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