#6F4457

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

Shades of Finn #6F4457

Tints of Finn #6F4457

Color information

#6F4457 (or 0x6F4457) is unknown color: approx Finn. HEX triplet: 6F, 44 and 57. RGB value is (111,68,87). Sum of RGB (Red+Green+Blue) = 111+68+87=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4457 is #90BBA8. Grayscale: #525252. Windows color (decimal): -9485225 or 5719151. OLE color: 5719151.

HSL color Cylindrical-coordinate representation of color #6F4457: hue angle of 333.49º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4457 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1116887-
CMYK00.390.220.56
HSL333.49º24.02%35.1%-
HSV(B)333.49º38.74%43.53%-
XYZ10.348.210.05-
YUV83.02130.25147.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=41.73%
G=25.56%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111688700.390.220.56333.4924.0235.1
Hex6F4457027163814d1823
Octal15710412704726705153043
Binary11011111000100101011101001111011011100010100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,87); }

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

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

 a { background-color: rgb(111,68,87); }

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

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

 span { border-color: rgb(111,68,87); }

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