#61565C

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

Shades of Liver #61565C

Tints of Liver #61565C

Color information

#61565C (or 0x61565C) is unknown color: approx Liver. HEX triplet: 61, 56 and 5C. RGB value is (97,86,92). Sum of RGB (Red+Green+Blue) = 97+86+92=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61565C is #9EA9A3. Grayscale: #595959. Windows color (decimal): -10398116 or 6051425. OLE color: 6051425.

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

Color convert

RGB978692-
CMYK00.110.050.62
HSL327.27º6.01%35.88%-
HSV(B)327.27º11.34%38.04%-
XYZ10.199.9711.51-
YUV89.97129.14133.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=35.27%
G=31.27%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97869200.110.050.62327.276.0135.88
Hex61565C0B53E147624
Octal141126134013576507644
Binary11000011010110101110001011101111110101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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