#61545C

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

Shades of Liver #61545C

Tints of Liver #61545C

Color information

#61545C (or 0x61545C) is unknown color: approx Liver. HEX triplet: 61, 54 and 5C. RGB value is (97,84,92). Sum of RGB (Red+Green+Blue) = 97+84+92=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61545C is #9EABA3. Grayscale: #585858. Windows color (decimal): -10398628 or 6050913. OLE color: 6050913.

HSL color Cylindrical-coordinate representation of color #61545C: 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.13%. Process color model (Four color, CMYK) of #61545C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB978492-
CMYK00.130.050.62
HSL323.08º7.18%35.49%-
HSV(B)323.08º13.4%38.04%-
XYZ10.039.6511.46-
YUV88.8129.81133.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=35.53%
G=30.77%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97849200.130.050.62323.087.1835.49
Hex61545C0D53E143723
Octal141124134015576503743
Binary11000011010100101110001101101111110101000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61545C; }

 p { color: rgb(97,84,92); }

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

<style>
 a { background-color: #61545C; }

 a { background-color: rgb(97,84,92); }

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

<style>
 span { border-color: #61545C; }

 span { border-color: rgb(97,84,92); }

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