#5F4E56

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

Shades of Finn #5F4E56

Tints of Finn #5F4E56

Color information

#5F4E56 (or 0x5F4E56) is unknown color: approx Finn. HEX triplet: 5F, 4E and 56. RGB value is (95,78,86). Sum of RGB (Red+Green+Blue) = 95+78+86=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4E56 is #A0B1A9. Grayscale: #535353. Windows color (decimal): -10531242 or 5656159. OLE color: 5656159.

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

Color convert

RGB957886-
CMYK00.180.090.63
HSL331.76º9.83%33.92%-
HSV(B)331.76º17.89%37.25%-
XYZ9.128.559.97-
YUV83.99129.13135.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=36.68%
G=30.12%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95788600.180.090.63331.769.8333.92
Hex5F4E5601293F14ca22
Octal13711612602211775141242
Binary10111111001110101011001001010011111111010011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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