#60585C

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

Shades of Liver #60585C

Tints of Liver #60585C

Color information

#60585C (or 0x60585C) is unknown color: approx Liver. HEX triplet: 60, 58 and 5C. RGB value is (96,88,92). Sum of RGB (Red+Green+Blue) = 96+88+92=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #60585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585C is #9FA7A3. Grayscale: #5A5A5A. Windows color (decimal): -10463140 or 6051936. OLE color: 6051936.

HSL color Cylindrical-coordinate representation of color #60585C: hue angle of 330º 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 #60585C is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB968892-
CMYK00.080.040.62
HSL330º4.35%36.08%-
HSV(B)330º8.33%37.65%-
XYZ10.2510.2411.56-
YUV90.85128.65131.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=34.78%
G=31.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96889200.080.040.623304.3536.08
Hex60585C0843E14a424
Octal140130134010476512444
Binary11000001011000101110001000100111110101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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