#6F4A51

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

Shades of Finn #6F4A51

Tints of Finn #6F4A51

Color information

#6F4A51 (or 0x6F4A51) is unknown color: approx Finn. HEX triplet: 6F, 4A and 51. RGB value is (111,74,81). Sum of RGB (Red+Green+Blue) = 111+74+81=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A51 is #90B5AE. Grayscale: #555555. Windows color (decimal): -9483695 or 5327471. OLE color: 5327471.

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

Color convert

RGB1117481-
CMYK00.330.270.56
HSL348.65º20%36.27%-
HSV(B)348.65º33.33%43.53%-
XYZ10.498.878.94-
YUV85.86125.26145.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=41.73%
G=27.82%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111748100.330.270.56348.652036.27
Hex6F4A510211B3815d1424
Octal15711212104133705352444
Binary11011111001010101000101000011101111100010101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,74,81); }

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

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

 a { background-color: rgb(111,74,81); }

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

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

 span { border-color: rgb(111,74,81); }

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