#61515A

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

Shades of Liver #61515A

Tints of Liver #61515A

Color information

#61515A (or 0x61515A) is unknown color: approx Liver. HEX triplet: 61, 51 and 5A. RGB value is (97,81,90). Sum of RGB (Red+Green+Blue) = 97+81+90=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #61515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61515A is #9EAEA5. Grayscale: #565656. Windows color (decimal): -10399398 or 5919073. OLE color: 5919073.

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

Color convert

RGB978190-
CMYK00.160.070.62
HSL326.25º8.99%34.9%-
HSV(B)326.25º16.49%38.04%-
XYZ9.729.1610.93-
YUV86.81129.8135.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=36.19%
G=30.22%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97819000.160.070.62326.258.9934.9
Hex61515A01073E146923
Octal1411211320207765061143
Binary1100001101000110110100100001111111101010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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