#61525C

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

Shades of Liver #61525C

Tints of Liver #61525C

Color information

#61525C (or 0x61525C) is unknown color: approx Liver. HEX triplet: 61, 52 and 5C. RGB value is (97,82,92). Sum of RGB (Red+Green+Blue) = 97+82+92=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #61525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61525C is #9EADA3. Grayscale: #575757. Windows color (decimal): -10399140 or 6050401. OLE color: 6050401.

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

Color convert

RGB978292-
CMYK00.150.050.62
HSL320º8.38%35.1%-
HSV(B)320º15.46%38.04%-
XYZ9.889.3511.41-
YUV87.62130.47134.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=35.79%
G=30.26%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97829200.150.050.623208.3835.1
Hex61525C0F53E140823
Octal1411221340175765001043
Binary110000110100101011100011111011111101010000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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