#6A4F57

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

Shades of Finn #6A4F57

Tints of Finn #6A4F57

Color information

#6A4F57 (or 0x6A4F57) is unknown color: approx Finn. HEX triplet: 6A, 4F and 57. RGB value is (106,79,87). Sum of RGB (Red+Green+Blue) = 106+79+87=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F57 is #95B0A8. Grayscale: #575757. Windows color (decimal): -9810089 or 5721962. OLE color: 5721962.

HSL color Cylindrical-coordinate representation of color #6A4F57: hue angle of 342.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F57 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1067987-
CMYK00.250.180.58
HSL342.22º14.59%36.27%-
HSV(B)342.22º25.47%41.57%-
XYZ10.469.3410.27-
YUV87.98127.45140.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=38.97%
G=29.04%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106798700.250.180.58342.2214.5936.27
Hex6A4F57019123A156f24
Octal15211712703122725261744
Binary110101010011111010111011001100101110101010101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,87); }

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

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

 a { background-color: rgb(106,79,87); }

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

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

 span { border-color: rgb(106,79,87); }

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