#61505C

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

Shades of Liver #61505C

Tints of Liver #61505C

Color information

#61505C (or 0x61505C) is unknown color: approx Liver. HEX triplet: 61, 50 and 5C. RGB value is (97,80,92). Sum of RGB (Red+Green+Blue) = 97+80+92=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #61505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505C is #9EAFA3. Grayscale: #565656. Windows color (decimal): -10399652 or 6049889. OLE color: 6049889.

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

Color convert

RGB978092-
CMYK00.180.050.62
HSL317.65º9.6%34.71%-
HSV(B)317.65º17.53%38.04%-
XYZ9.739.0511.36-
YUV86.45131.13135.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=36.06%
G=29.74%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97809200.180.050.62317.659.634.71
Hex61505C01253E13ea23
Octal1411201340225764761243
Binary1100001101000010111000100101011111101001111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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