#61515C

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

Shades of Liver #61515C

Tints of Liver #61515C

Color information

#61515C (or 0x61515C) is unknown color: approx Liver. HEX triplet: 61, 51 and 5C. RGB value is (97,81,92). Sum of RGB (Red+Green+Blue) = 97+81+92=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61515C is #9EAEA3. Grayscale: #575757. Windows color (decimal): -10399396 or 6050145. OLE color: 6050145.

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

Color convert

RGB978192-
CMYK00.160.050.62
HSL318.75º8.99%34.9%-
HSV(B)318.75º16.49%38.04%-
XYZ9.89.211.38-
YUV87.04130.8135.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=35.93%
G=30%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97819200.160.050.62318.758.9934.9
Hex61515C01053E13f923
Octal1411211340205764771143
Binary1100001101000110111000100001011111101001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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