#6F4155

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

Shades of Finn #6F4155

Tints of Finn #6F4155

Color information

#6F4155 (or 0x6F4155) is unknown color: approx Finn. HEX triplet: 6F, 41 and 55. RGB value is (111,65,85). Sum of RGB (Red+Green+Blue) = 111+65+85=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4155 is #90BEAA. Grayscale: #515151. Windows color (decimal): -9485995 or 5587311. OLE color: 5587311.

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

Color convert

RGB1116585-
CMYK00.410.230.56
HSL333.91º26.14%34.51%-
HSV(B)333.91º41.44%43.53%-
XYZ10.097.829.57-
YUV81.03130.24149.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=42.53%
G=24.90%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111658500.410.230.56333.9126.1434.51
Hex6F4155029173814e1a23
Octal15710112505127705163243
Binary11011111000001101010101010011011111100010100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,85); }

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

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

 a { background-color: rgb(111,65,85); }

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

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

 span { border-color: rgb(111,65,85); }

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