#6A4E59

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

Shades of Finn #6A4E59

Tints of Finn #6A4E59

Color information

#6A4E59 (or 0x6A4E59) is unknown color: approx Finn. HEX triplet: 6A, 4E and 59. RGB value is (106,78,89). Sum of RGB (Red+Green+Blue) = 106+78+89=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E59 is #95B1A6. Grayscale: #575757. Windows color (decimal): -9810343 or 5852778. OLE color: 5852778.

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

Color convert

RGB1067889-
CMYK00.260.160.58
HSL336.43º15.22%36.08%-
HSV(B)336.43º26.42%41.57%-
XYZ10.479.2310.68-
YUV87.63128.78141.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=38.83%
G=28.57%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106788900.260.160.58336.4315.2236.08
Hex6A4E5901A103A150f24
Octal15211613103220725201744
Binary110101010011101011001011010100001110101010100001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,89); }

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

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

 a { background-color: rgb(106,78,89); }

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

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

 span { border-color: rgb(106,78,89); }

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