#6F4D56

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

Shades of Finn #6F4D56

Tints of Finn #6F4D56

Color information

#6F4D56 (or 0x6F4D56) is unknown color: approx Finn. HEX triplet: 6F, 4D and 56. RGB value is (111,77,86). Sum of RGB (Red+Green+Blue) = 111+77+86=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D56 is #90B2A9. Grayscale: #585858. Windows color (decimal): -9482922 or 5655919. OLE color: 5655919.

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

Color convert

RGB1117786-
CMYK00.310.230.56
HSL344.12º18.09%36.86%-
HSV(B)344.12º30.63%43.53%-
XYZ10.899.3610.04-
YUV88.19126.76144.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=40.51%
G=28.10%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111778600.310.230.56344.1218.0936.86
Hex6F4D5601F17381581225
Octal15711512603727705302245
Binary1101111100110110101100111111011111100010101100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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