#6F4750

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

Shades of Finn #6F4750

Tints of Finn #6F4750

Color information

#6F4750 (or 0x6F4750) is unknown color: approx Finn. HEX triplet: 6F, 47 and 50. RGB value is (111,71,80). Sum of RGB (Red+Green+Blue) = 111+71+80=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4750 is #90B8AF. Grayscale: #535353. Windows color (decimal): -9484464 or 5261167. OLE color: 5261167.

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

Color convert

RGB1117180-
CMYK00.360.280.56
HSL346.5º21.98%35.69%-
HSV(B)346.5º36.04%43.53%-
XYZ10.268.478.68-
YUV83.99125.75147.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=42.37%
G=27.10%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111718000.360.280.56346.521.9835.69
Hex6F47500241C3815a1624
Octal15710712004434705322644
Binary11011111000111101000001001001110011100010101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,80); }

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

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

 a { background-color: rgb(111,71,80); }

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

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

 span { border-color: rgb(111,71,80); }

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