#60525B

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

Shades of Liver #60525B

Tints of Liver #60525B

Color information

#60525B (or 0x60525B) is unknown color: approx Liver. HEX triplet: 60, 52 and 5B. RGB value is (96,82,91). Sum of RGB (Red+Green+Blue) = 96+82+91=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #60525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60525B is #9FADA4. Grayscale: #575757. Windows color (decimal): -10464677 or 5984864. OLE color: 5984864.

HSL color Cylindrical-coordinate representation of color #60525B: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60525B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB968291-
CMYK00.150.050.62
HSL321.43º7.87%34.9%-
HSV(B)321.43º14.58%37.65%-
XYZ9.739.2811.18-
YUV87.21130.14134.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=35.69%
G=30.48%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96829100.150.050.62321.437.8734.9
Hex60525B0F53E141823
Octal1401221330175765011043
Binary110000010100101011011011111011111101010000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60525B; }

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

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

<style>
 a { background-color: #60525B; }

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

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

<style>
 span { border-color: #60525B; }

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

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