#60585D

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

Shades of Liver #60585D

Tints of Liver #60585D

Color information

#60585D (or 0x60585D) is unknown color: approx Liver. HEX triplet: 60, 58 and 5D. RGB value is (96,88,93). Sum of RGB (Red+Green+Blue) = 96+88+93=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #60585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585D is #9FA7A2. Grayscale: #5A5A5A. Windows color (decimal): -10463139 or 6117472. OLE color: 6117472.

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

Color convert

RGB968893-
CMYK00.080.030.62
HSL322.5º4.35%36.08%-
HSV(B)322.5º8.33%37.65%-
XYZ10.2910.2611.79-
YUV90.96129.15131.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=34.66%
G=31.77%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96889300.080.030.62322.54.3536.08
Hex60585D0833E143424
Octal140130135010376503444
Binary1100000101100010111010100011111110101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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