#6F4E56

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

Shades of Finn #6F4E56

Tints of Finn #6F4E56

Color information

#6F4E56 (or 0x6F4E56) is unknown color: approx Finn. HEX triplet: 6F, 4E and 56. RGB value is (111,78,86). Sum of RGB (Red+Green+Blue) = 111+78+86=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E56 is #90B1A9. Grayscale: #585858. Windows color (decimal): -9482666 or 5656175. OLE color: 5656175.

HSL color Cylindrical-coordinate representation of color #6F4E56: hue angle of 345.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E56 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1117886-
CMYK00.300.230.56
HSL345.45º17.46%37.06%-
HSV(B)345.45º29.73%43.53%-
XYZ10.969.510.06-
YUV88.78126.43143.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=40.36%
G=28.36%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111788600.300.230.56345.4517.4637.06
Hex6F4E5601E17381591125
Octal15711612603627705312145
Binary1101111100111010101100111101011111100010101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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