#60535B

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

Shades of Liver #60535B

Tints of Liver #60535B

Color information

#60535B (or 0x60535B) is unknown color: approx Liver. HEX triplet: 60, 53 and 5B. RGB value is (96,83,91). Sum of RGB (Red+Green+Blue) = 96+83+91=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #60535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535B is #9FACA4. Grayscale: #575757. Windows color (decimal): -10464421 or 5985120. OLE color: 5985120.

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

Color convert

RGB968391-
CMYK00.140.050.62
HSL323.08º7.26%35.1%-
HSV(B)323.08º13.54%37.65%-
XYZ9.819.4311.2-
YUV87.8129.81133.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=35.56%
G=30.74%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96839100.140.050.62323.087.2635.1
Hex60535B0E53E143723
Octal140123133016576503743
Binary11000001010011101101101110101111110101000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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