#5F4650

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

Shades of Finn #5F4650

Tints of Finn #5F4650

Color information

#5F4650 (or 0x5F4650) is unknown color: approx Finn. HEX triplet: 5F, 46 and 50. RGB value is (95,70,80). Sum of RGB (Red+Green+Blue) = 95+70+80=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4650 is #A0B9AF. Grayscale: #4E4E4E. Windows color (decimal): -10533296 or 5260895. OLE color: 5260895.

HSL color Cylindrical-coordinate representation of color #5F4650: hue angle of 336º 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 #5F4650 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB957080-
CMYK00.260.160.63
HSL336º15.15%32.35%-
HSV(B)336º26.32%37.25%-
XYZ8.367.398.58-
YUV78.61128.78139.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=38.78%
G=28.57%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95708000.260.160.6333615.1532.35
Hex5F465001A103F150f20
Octal13710612003220775201740
Binary101111110001101010000011010100001111111010100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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