#5F4656

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

Shades of Liver #5F4656

Tints of Liver #5F4656

Color information

#5F4656 (or 0x5F4656) is unknown color: approx Liver. HEX triplet: 5F, 46 and 56. RGB value is (95,70,86). Sum of RGB (Red+Green+Blue) = 95+70+86=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4656 is #A0B9A9. Grayscale: #4F4F4F. Windows color (decimal): -10533290 or 5654111. OLE color: 5654111.

HSL color Cylindrical-coordinate representation of color #5F4656: hue angle of 321.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4656 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB957086-
CMYK00.260.090.63
HSL321.6º15.15%32.35%-
HSV(B)321.6º26.32%37.25%-
XYZ8.597.499.8-
YUV79.3131.78139.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=37.85%
G=27.89%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95708600.260.090.63321.615.1532.35
Hex5F465601A93F142f20
Octal13710612603211775021740
Binary10111111000110101011001101010011111111010000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4656; }

 p { color: rgb(95,70,86); }

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

<style>
 a { background-color: #5F4656; }

 a { background-color: rgb(95,70,86); }

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

<style>
 span { border-color: #5F4656; }

 span { border-color: rgb(95,70,86); }

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