#60535A

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

Shades of Liver #60535A

Tints of Liver #60535A

Color information

#60535A (or 0x60535A) is unknown color: approx Liver. HEX triplet: 60, 53 and 5A. RGB value is (96,83,90). Sum of RGB (Red+Green+Blue) = 96+83+90=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #60535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535A is #9FACA5. Grayscale: #575757. Windows color (decimal): -10464422 or 5919584. OLE color: 5919584.

HSL color Cylindrical-coordinate representation of color #60535A: hue angle of 327.69º 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 #60535A is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB968390-
CMYK00.140.060.62
HSL327.69º7.26%35.1%-
HSV(B)327.69º13.54%37.65%-
XYZ9.769.4110.97-
YUV87.68129.31133.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=35.69%
G=30.86%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96839000.140.060.62327.697.2635.1
Hex60535A0E63E148723
Octal140123132016676510743
Binary11000001010011101101001110110111110101001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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