#6A5057

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

Shades of Finn #6A5057

Tints of Finn #6A5057

Color information

#6A5057 (or 0x6A5057) is unknown color: approx Finn. HEX triplet: 6A, 50 and 57. RGB value is (106,80,87). Sum of RGB (Red+Green+Blue) = 106+80+87=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5057 is #95AFA8. Grayscale: #585858. Windows color (decimal): -9809833 or 5722218. OLE color: 5722218.

HSL color Cylindrical-coordinate representation of color #6A5057: hue angle of 343.85º degrees, saturation: 0.14, 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 #6A5057 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1068087-
CMYK00.250.180.58
HSL343.85º13.98%36.47%-
HSV(B)343.85º24.53%41.57%-
XYZ10.539.4910.29-
YUV88.57127.11140.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=38.83%
G=29.30%
B=31.87%

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
Decimal106808700.250.180.58343.8513.9836.47
Hex6A5057019123A158e24
Octal15212012703122725301644
Binary110101010100001010111011001100101110101010110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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