#60565B

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

Shades of Liver #60565B

Tints of Liver #60565B

Color information

#60565B (or 0x60565B) is unknown color: approx Liver. HEX triplet: 60, 56 and 5B. RGB value is (96,86,91). Sum of RGB (Red+Green+Blue) = 96+86+91=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #60565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565B is #9FA9A4. Grayscale: #595959. Windows color (decimal): -10463653 or 5985888. OLE color: 5985888.

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

Color convert

RGB968691-
CMYK00.100.050.62
HSL330º5.49%35.69%-
HSV(B)330º10.42%37.65%-
XYZ10.049.911.28-
YUV89.56128.81132.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=35.16%
G=31.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96869100.100.050.623305.4935.69
Hex60565B0A53E14a524
Octal140126133012576512544
Binary11000001010110101101101010101111110101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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